2004-04-23 Archana Shah <[email protected]>
authorarchana
Fri, 23 Apr 2004 08:35:29 +0000
changeset 2551 851eae1422c4
parent 2550 7b455aa4b3cb
child 2552 31d974c55484
2004-04-23 Archana Shah <[email protected]> * gnome-applets.spec: Changed tooltip for Mini-Commander applet.
ChangeLog
gnome-applets.spec
patches/gnome-applets-06-mini-commander-tooltip.diff
--- a/ChangeLog	Fri Apr 23 08:18:46 2004 +0000
+++ b/ChangeLog	Fri Apr 23 08:35:29 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-23  Archana Shah  <[email protected]>
+                                                                                
+	* gnome-applets.spec: Changed tooltip for Mini-Commander applet.
+
 2004-04-23  Laszlo Peter  <[email protected]>
 
 	* evolution.spec: update ldap configure option
--- a/gnome-applets.spec	Fri Apr 23 08:18:46 2004 +0000
+++ b/gnome-applets.spec	Fri Apr 23 08:35:29 2004 +0000
@@ -2,7 +2,7 @@
 License:      GPL
 Group:        System/GUI/GNOME 
 Version:      2.6.0
-Release:      8
+Release:      9
 Distribution: Cinnabar
 Vendor:	      Sun Microsystems, Inc.
 Summary:      GNOME Applets
@@ -15,6 +15,7 @@
 Patch3:       gnome-applets-03-mount-floppy-location.diff
 Patch4:       gnome-applets-04-g11n-i18n-ui.diff
 Patch5:       gnome-applets-05-g11n-schemas.diff
+Patch6:       gnome-applets-06-mini-commander-tooltip.diff
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/gnome-applets
@@ -50,6 +51,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 libtoolize --force
@@ -159,6 +161,10 @@
 %{_libexecdir}/*
 
 %changelog
+* Fri Apr 23 2004 - [email protected]
+- Modified the tooltip for mini-commander applet.
+- Patch: gnome-applets-06-mini-commander-tooltip.diff
+
 * Sun Apr 18 2004 - [email protected]
 - enable javahelp conversion on Solaris
 - ifos the javahelp conversions of applets not available on Solaris
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/gnome-applets-06-mini-commander-tooltip.diff	Fri Apr 23 08:35:29 2004 +0000
@@ -0,0 +1,28 @@
+--- gnome-applets-2.6.0/mini-commander/src/mini-commander_applet.c	2004-02-01 19:25:11.000000000 +0530
++++ cinnabar-07/gnome-applets-2.6.0/mini-commander/src/mini-commander_applet.c	2004-04-21 18:46:06.000000000 +0530
+@@ -202,6 +202,7 @@ mc_applet_draw (MCData *mc)
+     gtk_container_set_border_width (GTK_CONTAINER (mc->applet_box), 0);
+ 
+     mc_create_command_entry (mc);
++    gtk_tooltips_set_tip (mc->tooltips, mc->entry, _("Type your command here"), NULL);
+ 
+     if (command_text != NULL) {
+ 	gtk_entry_set_text (GTK_ENTRY (mc->entry), command_text);
+@@ -225,7 +226,7 @@ mc_applet_draw (MCData *mc)
+     icon = gtk_image_new_from_stock (COMMANDLINE_BROWSER_STOCK,   								      button_icon_size);
+     gtk_container_add (GTK_CONTAINER (button), icon);
+ 
+-    gtk_tooltips_set_tip (mc->tooltips, button, _("Browser"), NULL);
++    gtk_tooltips_set_tip (mc->tooltips, button, _("Mini-Commander Browser"), NULL);
+     gtk_box_pack_start (GTK_BOX (hbox_buttons), button, TRUE, TRUE, 0);
+ 	
+     set_atk_name_description (button,
+@@ -243,7 +244,7 @@ mc_applet_draw (MCData *mc)
+     icon = gtk_image_new_from_stock (COMMANDLINE_HISTORY_STOCK, 								     button_icon_size);
+     gtk_container_add (GTK_CONTAINER (button), icon);
+ 
+-    gtk_tooltips_set_tip (mc->tooltips, button, _("History"), NULL);
++    gtk_tooltips_set_tip (mc->tooltips, button, _("Mini-Commander History"), NULL);
+     gtk_box_pack_end (GTK_BOX (hbox_buttons), button, TRUE, TRUE, 0);
+ 
+     set_atk_name_description (button,