cheese r923 - in trunk: . src
- From: fargiolas svn gnome org
- To: svn-commits-list gnome org
- Subject: cheese r923 - in trunk: . src
- Date: Sat, 16 Aug 2008 18:49:20 +0000 (UTC)
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]