gnumeric r17002 - in trunk: . src



Author: mortenw
Date: Fri Dec 12 03:35:48 2008
New Revision: 17002
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17002&view=rev

Log:
2008-12-11  Morten Welinder  <terra gnome org>

	* src/application.c (cb_flag_windows_changed): Don't send the
	signal if Elvis has left the building.



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

Modified: trunk/src/application.c
==============================================================================
--- trunk/src/application.c	(original)
+++ trunk/src/application.c	Fri Dec 12 03:35:48 2008
@@ -861,7 +861,8 @@
 static gboolean
 cb_flag_windows_changed (void)
 {
-	g_signal_emit (G_OBJECT (app), signals [WINDOW_LIST_CHANGED], 0);
+	if (app)
+		g_signal_emit (G_OBJECT (app), signals[WINDOW_LIST_CHANGED], 0);
 	windows_update_timer = -1;
 	return FALSE;
 }



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