From: Gabriel Felipe Cornejo Date: Sat, 9 Dec 2006 17:22:27 +0000 (+0000) Subject: Use stock icon for Select All action. Fixes bug #382652. X-Git-Tag: EVINCE_0_7_0~28 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=0788c8b420efdf4f9bdcd89ec358067b4ab38ada;p=evince.git 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 4ce26aac..dceee97e 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 e0cdedb3..3def58a4 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 8f2d8de2..b3ad4ee7 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"),