Hi,
There're requests that
o Column width resuming in the
Search -> Stats (Search Term | This Interval | Total)
o Remembering window size of Preferences
Currently, it's fixed 640x480.
o Applying attached patch
There're already sufficient tooltips.
--
Daichi
Index: gtk1/gtk-gnutella.glade
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/ui/gtk/gtk1/gtk-gnutella.glade,v
retrieving revision 1.48
diff -u -r1.48 gtk-gnutella.glade
--- gtk1/gtk-gnutella.glade 15 May 2005 11:26:24 -0000 1.48
+++ gtk1/gtk-gnutella.glade 25 May 2005 08:01:07 -0000
@@ -23231,7 +23231,7 @@
<class>GtkCheckButton</class>
<name>checkbutton_config_show_tooltips</name>
<can_focus>True</can_focus>
- <label>Show _tooltips (does not affect all tooltips yet)</label>
+ <label>Show _tooltips</label>
<active>False</active>
<draw_indicator>True</draw_indicator>
<child>
Index: gtk2/gtk-gnutella.glade
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/ui/gtk/gtk2/gtk-gnutella.glade,v
retrieving revision 1.56
diff -u -r1.56 gtk-gnutella.glade
--- gtk2/gtk-gnutella.glade 18 May 2005 18:52:08 -0000 1.56
+++ gtk2/gtk-gnutella.glade 25 May 2005 08:01:08 -0000
@@ -26304,7 +26304,7 @@
<widget class="GtkCheckButton" id="checkbutton_config_show_tooltips">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Show _tooltips (does not affect all tooltips yet)</property>
+ <property name="label" translatable="yes">Show _tooltips</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>