[Goodies-commits] r7855 - in xfce4-clipman-plugin/trunk: . panel-plugin

Mike Massonnet mmassonnet at xfce.org
Tue Jul 28 14:55:29 CEST 2009


Author: mmassonnet
Date: 2009-07-28 12:55:29 +0000 (Tue, 28 Jul 2009)
New Revision: 7855

Modified:
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/panel-plugin/history.c
   xfce4-clipman-plugin/trunk/panel-plugin/settings-dialog.glade
Log:
Set max history size to 1000 (bug #5618)

Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2009-07-28 11:17:48 UTC (rev 7854)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2009-07-28 12:55:29 UTC (rev 7855)
@@ -1,3 +1,6 @@
+2009-07-28	Mike Massonnet
+Set max history size to 1000 (bug #5618)
+
 2009-07-24	Mike Massonnet
 Add Simplified Chinese documentation
 

Modified: xfce4-clipman-plugin/trunk/panel-plugin/history.c
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/history.c	2009-07-28 11:17:48 UTC (rev 7854)
+++ xfce4-clipman-plugin/trunk/panel-plugin/history.c	2009-07-28 12:55:29 UTC (rev 7855)
@@ -409,7 +409,7 @@
                                    g_param_spec_uint ("max-texts-in-history",
                                                       "MaxTextsInHistory",
                                                       "The number of maximum texts in history",
-                                                      5, 100, DEFAULT_MAX_TEXTS_IN_HISTORY,
+                                                      5, 1000, DEFAULT_MAX_TEXTS_IN_HISTORY,
                                                       G_PARAM_CONSTRUCT|G_PARAM_READWRITE));
   g_object_class_install_property (object_class,
                                    MAX_IMAGES_IN_HISTORY,

Modified: xfce4-clipman-plugin/trunk/panel-plugin/settings-dialog.glade
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/settings-dialog.glade	2009-07-28 11:17:48 UTC (rev 7854)
+++ xfce4-clipman-plugin/trunk/panel-plugin/settings-dialog.glade	2009-07-28 12:55:29 UTC (rev 7855)
@@ -165,7 +165,7 @@
                                   <widget class="GtkSpinButton" id="max-texts-in-history">
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
-                                    <property name="adjustment">6 5 100 1 10 0</property>
+                                    <property name="adjustment">6 5 1000 1 10 0</property>
                                   </widget>
                                   <packing>
                                     <property name="expand">False</property>




More information about the Goodies-commits mailing list