From 0788c8b420efdf4f9bdcd89ec358067b4ab38ada Mon Sep 17 00:00:00 2001 From: Gabriel Felipe Cornejo Date: Sat, 09 Dec 2006 17:22:27 +0000 Subject: Use stock icon for Select All action. Fixes bug #382652. 2006-12-09 Gabriel Felipe Cornejo * data/evince-toolbar.xml: * shell/ev-window.c: Use stock icon for Select All action. Fixes bug #382652. --- diff --git a/ChangeLog b/ChangeLog index 4ce26aa..dceee97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-12-09 Gabriel Felipe Cornejo + + * data/evince-toolbar.xml: + * shell/ev-window.c: + + Use stock icon for Select All action. Fixes + bug #382652. + 2006-12-09 Radoslav Dorcik * shell/ev-view.c: (get_doc_point_from_offset), diff --git a/data/evince-toolbar.xml b/data/evince-toolbar.xml index e0cdedb..3def58a 100644 --- a/data/evince-toolbar.xml +++ b/data/evince-toolbar.xml @@ -1,25 +1,26 @@ + + - - - + + - - - - - + + - - + + + + + diff --git a/shell/ev-window.c b/shell/ev-window.c index 8f2d8de..b3ad4ee 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -3678,7 +3678,7 @@ static const GtkActionEntry entries[] = { /* Edit menu */ { "EditCopy", GTK_STOCK_COPY, NULL, "C", NULL, G_CALLBACK (ev_window_cmd_edit_copy) }, - { "EditSelectAll", NULL, N_("Select _All"), "A", NULL, + { "EditSelectAll", GTK_STOCK_SELECT_ALL, N_("Select _All"), "A", NULL, G_CALLBACK (ev_window_cmd_edit_select_all) }, { "EditFind", GTK_STOCK_FIND, N_("_Find..."), "F", N_("Find a word or phrase in the document"), -- cgit v0.9.1