[gnome-photos/wip/rishi/share-point: 15/19] selection-toolbar: Add Share button



commit cce84a0137750fdb48c02eb57b9eb59b56dd86ce
Author: Umang Jain <mailumangjain gmail com>
Date:   Fri Jul 15 23:12:19 2016 +0530

    selection-toolbar: Add Share button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751181

 src/photos-selection-toolbar.ui |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-selection-toolbar.ui b/src/photos-selection-toolbar.ui
index 656c0ce..9ac16cc 100644
--- a/src/photos-selection-toolbar.ui
+++ b/src/photos-selection-toolbar.ui
@@ -43,6 +43,24 @@
         </packing>
       </child>
       <child>
+        <object class="GtkButton" id="toolbar_share">
+          <property name="visible">1</property>
+          <property name="action_name">app.share-current</property>
+          <style>
+            <class name="image-button"/>
+          </style>
+          <child>
+            <object class="GtkImage">
+              <property name="visible">1</property>
+              <property name="icon_name">emblem-shared-symbolic</property>
+            </object>
+          </child>
+        </object>
+        <packing>
+          <property name="pack_type">start</property>
+        </packing>
+      </child>
+      <child>
         <object class="GtkButton" id="toolbar_print">
           <property name="visible">1</property>
           <property name="action_name">app.print-current</property>


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