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

Mike Massonnet mmassonnet at xfce.org
Wed Aug 30 04:57:10 CEST 2006


Author: mmassonnet
Date: 2006-08-30 02:57:10 +0000 (Wed, 30 Aug 2006)
New Revision: 1933

Modified:
   xfce4-notes-plugin/trunk/panel-plugin/notes.c
Log:
Ooops, one line wrong.

Modified: xfce4-notes-plugin/trunk/panel-plugin/notes.c
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/notes.c	2006-08-30 02:49:22 UTC (rev 1932)
+++ xfce4-notes-plugin/trunk/panel-plugin/notes.c	2006-08-30 02:57:10 UTC (rev 1933)
@@ -242,7 +242,7 @@
                       G_CALLBACK (notes_configure), notes);
 
     if (notes->options.show)
-        gtk_button_pressed (GTK_BUTTON (notes->button));
+        notes_button_pressed (notes->plugin, NULL, notes);
 }
 
 NotesPlugin *




More information about the Goodies-commits mailing list