gnome-panel r11463 - trunk/gnome-panel
- From: vuntz svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-panel r11463 - trunk/gnome-panel
- Date: Tue, 20 Jan 2009 23:51:05 +0000 (UTC)
Author: vuntz
Date: Tue Jan 20 23:51:05 2009
New Revision: 11463
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11463&view=rev
Log:
2009-01-21 Vincent Untz <vuntz gnome org>
* applet.c: (panel_applet_load_idle_handler): add missing break that
makes the panel reach an assertion when a separator exists in the user
configuration.
Modified:
trunk/gnome-panel/ChangeLog
trunk/gnome-panel/applet.c
Modified: trunk/gnome-panel/applet.c
==============================================================================
--- trunk/gnome-panel/applet.c (original)
+++ trunk/gnome-panel/applet.c Tue Jan 20 23:51:05 2009
@@ -965,6 +965,7 @@
applet->locked,
applet->position,
applet->id);
+ break;
default:
g_assert_not_reached ();
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]