[gnome-photos] main-toolbar: Change selection icon to object-select



commit 123401d5f921fb5407aa990cb517a3f14c6e81e0
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Nov 14 10:13:11 2012 +0100

    main-toolbar: Change selection icon to object-select
    
    Original patch from Cosimo Cecchi for gnome-documents.

 src/photos-main-toolbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-main-toolbar.c b/src/photos-main-toolbar.c
index 9d581f6..54fc5c9 100644
--- a/src/photos-main-toolbar.c
+++ b/src/photos-main-toolbar.c
@@ -264,7 +264,7 @@ photos_main_toolbar_populate_for_overview (PhotosMainToolbar *self)
   GtkWidget *selection_button;
 
   selection_button = gd_main_toolbar_add_button (GD_MAIN_TOOLBAR (priv->widget),
-                                                 "emblem-default-symbolic",
+                                                 "object-select-symbolic",
                                                  _("Select Items"),
                                                  FALSE);
   g_signal_connect (selection_button, "clicked", G_CALLBACK (photos_main_toolbar_select_button_clicked), self);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]