summaryrefslogtreecommitdiff
path: root/applet
diff options
context:
space:
mode:
authorBastien Nocera <hadess@src.gnome.org>2009-03-20 16:30:38 +0000
committerBastien Nocera <hadess@src.gnome.org>2009-03-20 16:30:38 +0000
commit53fda54fd1980e97e6653c4a817fb7f6e56f3c0e (patch)
tree15182b119ca1f0d6735435aa008fc76847a7444a /applet
parent7910db5c8e8c81a8355a5ca6f404fd25478ec0f9 (diff)
downloadgnome-bluetooth-53fda54fd1980e97e6653c4a817fb7f6e56f3c0e.tar.gz
Fix menu items not doing anything
Oopsie, we need to connect all those pesky signals, this isn't Glade... svn path=/trunk/; revision=517
Diffstat (limited to 'applet')
-rw-r--r--applet/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/applet/main.c b/applet/main.c
index 0da33cbb..93f2632c 100644
--- a/applet/main.c
+++ b/applet/main.c
@@ -255,6 +255,8 @@ static GtkWidget *create_popupmenu(void)
if (gtk_builder_add_from_file (xml, "popup-menu.ui", NULL) == 0)
gtk_builder_add_from_file (xml, PKGDATADIR "/popup-menu.ui", NULL);
+ gtk_builder_connect_signals (xml, NULL);
+
if (killswitch != NULL) {
GObject *object;