gnome-bluetooth r517 - trunk/applet
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-bluetooth r517 - trunk/applet
- Date: Fri, 20 Mar 2009 16:30:38 +0000 (UTC)
Author: hadess
Date: Fri Mar 20 16:30:38 2009
New Revision: 517
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=517&view=rev
Log:
Fix menu items not doing anything
Oopsie, we need to connect all those pesky signals,
this isn't Glade...
Modified:
trunk/applet/main.c
Modified: trunk/applet/main.c
==============================================================================
--- trunk/applet/main.c (original)
+++ trunk/applet/main.c Fri Mar 20 16:30:38 2009
@@ -255,6 +255,8 @@
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]