[Goodies-commits] r1889 - in xfce4-smartbookmark-plugin: tags tags/0.4.2 tags/0.4.2/src trunk trunk/src

Emanuele Rocca ema at xfce.org
Sat Aug 12 19:37:53 CEST 2006


Author: ema
Date: 2006-08-12 17:37:51 +0000 (Sat, 12 Aug 2006)
New Revision: 1889

Added:
   xfce4-smartbookmark-plugin/tags/0.4.2/
Modified:
   xfce4-smartbookmark-plugin/tags/0.4.2/ChangeLog
   xfce4-smartbookmark-plugin/tags/0.4.2/src/smartbookmark.c
   xfce4-smartbookmark-plugin/trunk/ChangeLog
   xfce4-smartbookmark-plugin/trunk/src/smartbookmark.c
Log:
Releasing 0.4.2


Copied: xfce4-smartbookmark-plugin/tags/0.4.2 (from rev 1888, xfce4-smartbookmark-plugin/trunk)

Modified: xfce4-smartbookmark-plugin/tags/0.4.2/ChangeLog
===================================================================
--- xfce4-smartbookmark-plugin/trunk/ChangeLog	2006-08-12 13:58:46 UTC (rev 1888)
+++ xfce4-smartbookmark-plugin/tags/0.4.2/ChangeLog	2006-08-12 17:37:51 UTC (rev 1889)
@@ -1,7 +1,7 @@
 2006-08-12  Emanuele Rocca  <ema at debian.org>
 0.4.2
 
-* Hide label option added. Patch by James Westby <jw+debian at jameswestby.net>
+* "Hide label" option added. Patch by James Westby <jw+debian at jameswestby.net>
 * Header added to the Properties dialog
 * New translations: Hungarian and traditional Chinese
 * Generate bzipped tarballs

Modified: xfce4-smartbookmark-plugin/tags/0.4.2/src/smartbookmark.c
===================================================================
--- xfce4-smartbookmark-plugin/trunk/src/smartbookmark.c	2006-08-12 13:58:46 UTC (rev 1888)
+++ xfce4-smartbookmark-plugin/tags/0.4.2/src/smartbookmark.c	2006-08-12 17:37:51 UTC (rev 1889)
@@ -359,7 +359,8 @@
 
     /* Hide label option */
     search->hide_check = gtk_check_button_new_with_label(_("Hide label"));
-    gtk_toggle_button_set_active(search->hide_check, search->hide_label);
+    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(search->hide_check), 
+                                 search->hide_label);
     gtk_box_pack_start(GTK_BOX(hbox), search->hide_check, FALSE, FALSE, 5);
     gtk_widget_show(search->hide_check);
 

Modified: xfce4-smartbookmark-plugin/trunk/ChangeLog
===================================================================
--- xfce4-smartbookmark-plugin/trunk/ChangeLog	2006-08-12 13:58:46 UTC (rev 1888)
+++ xfce4-smartbookmark-plugin/trunk/ChangeLog	2006-08-12 17:37:51 UTC (rev 1889)
@@ -1,7 +1,7 @@
 2006-08-12  Emanuele Rocca  <ema at debian.org>
 0.4.2
 
-* Hide label option added. Patch by James Westby <jw+debian at jameswestby.net>
+* "Hide label" option added. Patch by James Westby <jw+debian at jameswestby.net>
 * Header added to the Properties dialog
 * New translations: Hungarian and traditional Chinese
 * Generate bzipped tarballs

Modified: xfce4-smartbookmark-plugin/trunk/src/smartbookmark.c
===================================================================
--- xfce4-smartbookmark-plugin/trunk/src/smartbookmark.c	2006-08-12 13:58:46 UTC (rev 1888)
+++ xfce4-smartbookmark-plugin/trunk/src/smartbookmark.c	2006-08-12 17:37:51 UTC (rev 1889)
@@ -359,7 +359,8 @@
 
     /* Hide label option */
     search->hide_check = gtk_check_button_new_with_label(_("Hide label"));
-    gtk_toggle_button_set_active(search->hide_check, search->hide_label);
+    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(search->hide_check), 
+                                 search->hide_label);
     gtk_box_pack_start(GTK_BOX(hbox), search->hide_check, FALSE, FALSE, 5);
     gtk_widget_show(search->hide_check);
 




More information about the Goodies-commits mailing list