diff options
author | Jonathan Kang <jonathan121537@gmail.com> | 2015-10-12 17:03:14 +0800 |
---|---|---|
committer | Jonathan Kang <jonathan121537@gmail.com> | 2015-10-12 17:03:14 +0800 |
commit | a0b01ba05eaf1153a27a05a4eb7f926e34741bfe (patch) | |
tree | 1619ce5a1f3cc88b3a892f25ba4047551c6d4f45 /data | |
parent | 5bc562916c86a60d4caa6104b425671a2e4c41a9 (diff) | |
download | gnome-logs-a0b01ba05eaf1153a27a05a4eb7f926e34741bfe.tar.gz |
Output the shown logs in GtkListBox to file
https://bugzilla.gnome.org/show_bug.cgi?id=727173
Diffstat (limited to 'data')
-rw-r--r-- | data/gl-eventtoolbar.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/gl-eventtoolbar.ui b/data/gl-eventtoolbar.ui index c42af57..8e3fc8d 100644 --- a/data/gl-eventtoolbar.ui +++ b/data/gl-eventtoolbar.ui @@ -20,6 +20,27 @@ </child> </object> </child> + <child> + <object class="GtkButton" id="output_button"> + <property name="action-name">win.export</property> + <property name="tooltip-text" translatable="yes">Export logs to a file</property> + <property name="valign">center</property> + <property name="visible">True</property> + <style> + <class name="image-button" /> + </style> + <child> + <object class="GtkImage" id="output_icon"> + <property name="icon-name">send-to-symbolic</property> + <property name="icon-size">1</property> + <property name="visible">True</property> + </object> + </child> + </object> + <packing> + <property name="pack-type">end</property> + </packing> + </child> <child type="title"> <object class="GtkMenuButton" id="menu_button"> <property name="direction">none</property> |