yelp r3145 - in trunk: . src
- From: lferrett svn gnome org
- To: svn-commits-list gnome org
- Subject: yelp r3145 - in trunk: . src
- Date: Fri, 27 Jun 2008 10:07:35 +0000 (UTC)
Author: lferrett
Date: Fri Jun 27 10:07:35 2008
New Revision: 3145
URL: http://svn.gnome.org/viewvc/yelp?rev=3145&view=rev
Log:
2008-06-27 Luca Ferretti <elle uca libero it>
* src/yelp-main.c: (main):
* src/yelp-window.c: (window_about_cb):
* yelp.desktop.in.in:
Use "help-browser" named icon from fd.o icon naming spec
instead deprecated "gnome-help".
Modified:
trunk/ChangeLog
trunk/src/yelp-main.c
trunk/src/yelp-window.c
trunk/yelp.desktop.in.in
Modified: trunk/src/yelp-main.c
==============================================================================
--- trunk/src/yelp-main.c (original)
+++ trunk/src/yelp-main.c Fri Jun 27 10:07:35 2008
@@ -375,7 +375,7 @@
startup_id = g_strdup_printf ("_TIME%lu", tmp);
}
g_set_application_name (_("Help"));
- gtk_window_set_default_icon_name ("gnome-help");
+ gtk_window_set_default_icon_name ("help-browser");
if (!private) {
connection = dbus_g_bus_get (DBUS_BUS_SESSION, NULL);
Modified: trunk/src/yelp-window.c
==============================================================================
--- trunk/src/yelp-window.c (original)
+++ trunk/src/yelp-window.c Fri Jun 27 10:07:35 2008
@@ -2487,7 +2487,7 @@
"copyright", copyright,
"authors", authors,
"translator-credits", translator_credits,
- "logo-icon-name", "gnome-help",
+ "logo-icon-name", "help-browser",
NULL);
}
Modified: trunk/yelp.desktop.in.in
==============================================================================
--- trunk/yelp.desktop.in.in (original)
+++ trunk/yelp.desktop.in.in Fri Jun 27 10:07:35 2008
@@ -3,7 +3,7 @@
_Comment=Get help with GNOME
OnlyShowIn=GNOME;
Exec=yelp
-Icon=gnome-help
+Icon=help-browser
StartupNotify=true
Terminal=false
Type=Application
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]