[bijiben] selections: use mail-unread-symbolic for sharing



commit a78ced49e9b9cb3f998020095e3d3e0740611ecf
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Sun Feb 9 21:54:10 2014 +0100

    selections: use mail-unread-symbolic for sharing
    
    Sharing has not been implemented yet,
    thus do not confuse the user: one can just email note.
    
    See #723840

 src/bjb-selection-toolbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bjb-selection-toolbar.c b/src/bjb-selection-toolbar.c
index 98cf4b6..7f13059 100644
--- a/src/bjb-selection-toolbar.c
+++ b/src/bjb-selection-toolbar.c
@@ -399,7 +399,7 @@ bjb_selection_toolbar_init (BjbSelectionToolbar *self)
 
   /* Share */
   priv->toolbar_share = gtk_button_new ();
-  share = gtk_image_new_from_icon_name ("send-to-symbolic", GTK_ICON_SIZE_MENU);
+  share = gtk_image_new_from_icon_name ("mail-unread-symbolic", GTK_ICON_SIZE_MENU);
   gtk_button_set_image (GTK_BUTTON (priv->toolbar_share), share);
   gtk_style_context_add_class (gtk_widget_get_style_context (priv->toolbar_share),
                                "image-button");


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