gnome-control-center r8523 - trunk/capplets/common



Author: thos
Date: Mon Feb 25 22:06:42 2008
New Revision: 8523
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=8523&view=rev

Log:
2008-02-25  Thomas Wood  <thos gnome org>

	* theme-thumbnail.c: (message_from_child): Return FALSE on error or EOF,
	which should also fix bug 516413, in addition to checking for G_IO_HUP.


Modified:
   trunk/capplets/common/ChangeLog
   trunk/capplets/common/theme-thumbnail.c

Modified: trunk/capplets/common/theme-thumbnail.c
==============================================================================
--- trunk/capplets/common/theme-thumbnail.c	(original)
+++ trunk/capplets/common/theme-thumbnail.c	Mon Feb 25 22:06:42 2008
@@ -862,7 +862,7 @@
 
     case G_IO_STATUS_EOF:
     case G_IO_STATUS_ERROR:
-      return TRUE;
+      return FALSE;
 
     default:
       g_assert_not_reached ();



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