[Goodies-commits] r3352 - xfce4-notes-plugin/trunk/panel-plugin

Mike Massonnet mmassonnet at xfce.org
Thu Oct 11 00:02:27 CEST 2007


Author: mmassonnet
Date: 2007-10-10 22:02:27 +0000 (Wed, 10 Oct 2007)
New Revision: 3352

Modified:
   xfce4-notes-plugin/trunk/panel-plugin/notes.c
Log:
* notes.c(notes_window_load_data): Set the first tab as current.


Modified: xfce4-notes-plugin/trunk/panel-plugin/notes.c
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/notes.c	2007-10-10 22:02:16 UTC (rev 3351)
+++ xfce4-notes-plugin/trunk/panel-plugin/notes.c	2007-10-10 22:02:27 UTC (rev 3352)
@@ -459,6 +459,7 @@
   while (G_LIKELY (NULL != note_name));
 
   notes_window_set_transparency (notes_window, notes_window->transparency);
+  gtk_notebook_set_current_page (GTK_NOTEBOOK (notes_window->notebook), 0);
 }
 
 void




More information about the Goodies-commits mailing list