diff options
author | Ted Gould <ted@gould.cx> | 2012-01-26 13:56:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-26 13:56:36 -0600 |
commit | d59e87f8f42016856eb2154a9e4b684c215c7a91 (patch) | |
tree | 6d92d8616d2e21d12701a0d234746cbff98a476b /libdbusmenu-gtk | |
parent | 9b2524f59c26df873495b308b2ea7ca2fda602f6 (diff) | |
parent | a68451b70e621c1c9b59f4d6be78c3e327356eed (diff) | |
download | libdbusmenu-d59e87f8f42016856eb2154a9e4b684c215c7a91.tar.gz libdbusmenu-d59e87f8f42016856eb2154a9e4b684c215c7a91.tar.bz2 libdbusmenu-d59e87f8f42016856eb2154a9e4b684c215c7a91.zip |
Merging trunk again, mistakes
Diffstat (limited to 'libdbusmenu-gtk')
-rw-r--r-- | libdbusmenu-gtk/parser.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/parser.c b/libdbusmenu-gtk/parser.c index d222f10..0ecfa1e 100644 --- a/libdbusmenu-gtk/parser.c +++ b/libdbusmenu-gtk/parser.c @@ -29,6 +29,7 @@ License version 3 and version 2.1 along with this program. If not, see #include "parser.h" #include "menuitem.h" #include "client.h" +#include "config.h" #define CACHED_MENUITEM "dbusmenu-gtk-parser-cached-item" #define PARSER_DATA "dbusmenu-gtk-parser-data" @@ -296,7 +297,7 @@ watch_submenu(DbusmenuMenuitem * mi, GtkWidget * menu) #ifdef HAVE_GTK3 "insert", #else - "child-added" + "child-added", #endif G_CALLBACK (item_inserted_cb), mi); |