ekiga r6404 - trunk/src/gui



Author: jpuydt
Date: Fri Jun 27 18:06:55 2008
New Revision: 6404
URL: http://svn.gnome.org/viewvc/ekiga?rev=6404&view=rev

Log:
Really free the popup menu, and call it StatusIcon and not StatusIconType

Modified:
   trunk/src/gui/statusicon.cpp

Modified: trunk/src/gui/statusicon.cpp
==============================================================================
--- trunk/src/gui/statusicon.cpp	(original)
+++ trunk/src/gui/statusicon.cpp	Fri Jun 27 18:06:55 2008
@@ -146,7 +146,7 @@
 
   if (icon->priv->popup_menu) {
 
-    g_object_unref (icon->priv->popup_menu);
+    gtk_widget_destroy (icon->priv->popup_menu);
     icon->priv->popup_menu = NULL;
   }
 
@@ -282,7 +282,7 @@
     };
 
     result = g_type_register_static (GTK_TYPE_STATUS_ICON,
-				     "StatusIconType",
+				     "StatusIcon",
 				     &info, (GTypeFlags) 0);
   }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]