aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-06-21 11:44:43 -0500
committerTed Gould <ted@gould.cx>2011-06-21 11:44:43 -0500
commitea37afc6ddba036d896b0578ce48c637c12fd888 (patch)
treed94209daa424a2ca223bdced596bb30e931292a9 /example
parentf3a7a21716bdd706d5bcbc14f548920b7aa1fd5e (diff)
parent6e46e3be42c1748ef0b71ae0ea905a3c5af7705d (diff)
downloadayatana-ido-ea37afc6ddba036d896b0578ce48c637c12fd888.tar.gz
ayatana-ido-ea37afc6ddba036d896b0578ce48c637c12fd888.tar.bz2
ayatana-ido-ea37afc6ddba036d896b0578ce48c637c12fd888.zip
Making sure the menu example doesn't use a menu proxy
Diffstat (limited to 'example')
-rw-r--r--example/menus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/menus.c b/example/menus.c
index 9c94fe3..d3a5f3f 100644
--- a/example/menus.c
+++ b/example/menus.c
@@ -27,6 +27,8 @@ main (int argc, char *argv[])
GtkWidget *menubar;
GtkWidget *image;
+ g_unsetenv ("UBUNTU_MENUPROXY");
+
gtk_init (&argc, &argv);
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);