cheese r923 - in trunk: . src



Author: fargiolas
Date: Sat Aug 16 18:49:19 2008
New Revision: 923
URL: http://svn.gnome.org/viewvc/cheese?rev=923&view=rev

Log:
notify startup if another istance is found (normally that would be done by gtk when opening the window but we exit without create any window so we have to do it manually)


Modified:
   trunk/ChangeLog
   trunk/src/cheese.c

Modified: trunk/src/cheese.c
==============================================================================
--- trunk/src/cheese.c	(original)
+++ trunk/src/cheese.c	Sat Aug 16 18:49:19 2008
@@ -106,8 +106,8 @@
   g_option_context_free (context);
 
   dbus_server = cheese_dbus_new ();
-  if (dbus_server == NULL)
-  {
+  if (dbus_server == NULL) {
+    gdk_notify_startup_complete ();
     return -1;
   }
 



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