diff options
author | Eric Turgeon <ericbsd@FreeBSD.org> | 2021-08-04 08:06:01 -0300 |
---|---|---|
committer | Eric Turgeon <ericbsd@FreeBSD.org> | 2021-08-04 08:09:31 -0300 |
commit | 6e8b0bf4a52a2a12471533bb9b7ffd448d5d8d84 (patch) | |
tree | ab67f99897fce2bc8a4fd99c603e638cddd71039 /x11/xfce4-appmenu-plugin/files/patch-lib_dbusmenu-importer_importer.c | |
parent | graphics/qgis: Update to 3.20.1 (diff) |
x11/xfce4-appmenu-plugin: new port
This is an Application Menu applet providing Global Menu
for the XFCE panel
Diffstat (limited to 'x11/xfce4-appmenu-plugin/files/patch-lib_dbusmenu-importer_importer.c')
-rw-r--r-- | x11/xfce4-appmenu-plugin/files/patch-lib_dbusmenu-importer_importer.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xfce4-appmenu-plugin/files/patch-lib_dbusmenu-importer_importer.c b/x11/xfce4-appmenu-plugin/files/patch-lib_dbusmenu-importer_importer.c new file mode 100644 index 000000000000..c36a53d3b3e3 --- /dev/null +++ b/x11/xfce4-appmenu-plugin/files/patch-lib_dbusmenu-importer_importer.c @@ -0,0 +1,11 @@ +--- lib/dbusmenu-importer/importer.c.orig 2021-01-01 20:18:10 UTC ++++ lib/dbusmenu-importer/importer.c +@@ -25,7 +25,7 @@ struct _DBusMenuImporter + GObject parent_instance; + char *bus_name; + char *object_path; +- ulong name_id; ++ gulong name_id; + GCancellable *cancellable; + DBusMenuXml *proxy; + DBusMenuModel *top_model; |