summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2008-06-27 10:07:35 +0000
committerLuca Ferretti <lferrett@src.gnome.org>2008-06-27 10:07:35 +0000
commit528726414ad82e09fab0fe3382119d994839e50b (patch)
tree5519767fe4ace731853f2f9d5448c8c66bdb0fb6
parentd031e17527668b7df910cdda5867b728786a547b (diff)
downloadyelp-528726414ad82e09fab0fe3382119d994839e50b.tar.gz
Use "help-browser" named icon from fd.o icon naming spec instead
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". svn path=/trunk/; revision=3145
-rw-r--r--ChangeLog9
-rw-r--r--src/yelp-main.c2
-rw-r--r--src/yelp-window.c2
-rw-r--r--yelp.desktop.in.in2
4 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 28bf5d62..4482336a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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".
+
=== 2.23.1 ===
2008-06-02 Don Scorgie <dscorgie@svn.gnome.org>
diff --git a/src/yelp-main.c b/src/yelp-main.c
index 8322cfd9..05b998d1 100644
--- a/src/yelp-main.c
+++ b/src/yelp-main.c
@@ -375,7 +375,7 @@ main (int argc, char **argv)
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);
diff --git a/src/yelp-window.c b/src/yelp-window.c
index 2dd1e556..ef4a6cc0 100644
--- a/src/yelp-window.c
+++ b/src/yelp-window.c
@@ -2487,7 +2487,7 @@ window_about_cb (GtkAction *action, YelpWindow *window)
"copyright", copyright,
"authors", authors,
"translator-credits", translator_credits,
- "logo-icon-name", "gnome-help",
+ "logo-icon-name", "help-browser",
NULL);
}
diff --git a/yelp.desktop.in.in b/yelp.desktop.in.in
index 706db706..bf4cf2d3 100644
--- a/yelp.desktop.in.in
+++ b/yelp.desktop.in.in
@@ -3,7 +3,7 @@ _Name=Help
_Comment=Get help with GNOME
OnlyShowIn=GNOME;
Exec=yelp
-Icon=gnome-help
+Icon=help-browser
StartupNotify=true
Terminal=false
Type=Application