Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Haitsma <jaap@haitsma.org>2007-07-02 15:51:53 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-07-02 15:51:53 (GMT)
commitc8ec9ff73aa7427358b8cce418e00ea7a3a977c6 (patch)
tree6697c42ada5f0c5e7999ef88a2e30f7337f9993a
parent77da2add741e9745821284c52a46d57837ba07ed (diff)
Adds a nice icon to page action during toolbar editing. See bug #452872.
2007-07-02 Jaap Haitsma <jaap@haitsma.org> * shell/ev-window.c: Adds a nice icon to page action during toolbar editing. See bug #452872. svn path=/trunk/; revision=2539
-rw-r--r--ChangeLog7
-rw-r--r--shell/ev-window.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 417341b..ca0576e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-02 Jaap Haitsma <jaap@haitsma.org>
+
+ * shell/ev-window.c:
+
+ Adds a nice icon to page action during toolbar editing.
+ See bug #452872.
+
2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru
* data/evince-toolbar.xml:
diff --git a/shell/ev-window.c b/shell/ev-window.c
index dec6bd6..9f6f082 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -4502,6 +4502,7 @@ register_custom_actions (EvWindow *window, GtkActionGroup *group)
"name", PAGE_SELECTOR_ACTION,
"label", _("Page"),
"tooltip", _("Select Page"),
+ "icon_name", "text-x-generic",
"visible_overflown", FALSE,
NULL);
g_signal_connect (action, "activate_link",