diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-08 02:42:27 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-08 02:42:27 +0200 |
commit | 8b3dfa0442864288a8a74d7632282df267141b88 (patch) | |
tree | 6c2b1b8db5c90f93c74c0445cf87a6c2a33018be /src/default.ui | |
parent | 291b6aa31b7dc11fde0648f1a909838e19875856 (diff) | |
download | experiment-player-8b3dfa0442864288a8a74d7632282df267141b88.tar.gz |
first implementation of the "quick open" feature based on POSIX calls
Diffstat (limited to 'src/default.ui')
-rw-r--r-- | src/default.ui | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/src/default.ui b/src/default.ui index d8bfe8e..85f4be4 100644 --- a/src/default.ui +++ b/src/default.ui @@ -69,6 +69,13 @@ <object class="GtkMenu" id="quickopen_menu"> <property name="visible">True</property> <child> + <object class="GtkMenuItem" id="quickopen_menu_empty_item"> + <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="label" translatable="yes">No experiments found</property> + </object> + </child> + <child> <object class="GtkSeparatorMenuItem" id="quickopen_menu_separator_item"> <property name="visible">True</property> </object> @@ -83,6 +90,15 @@ <signal name="activate" handler="quickopen_menu_choosedir_item_activate_cb" object="player_window"/> </object> </child> + <child> + <object class="GtkImageMenuItem" id="quickopen_menu_refresh_item"> + <property name="label">gtk-refresh</property> + <property name="visible">True</property> + <property name="use_underline">True</property> + <property name="use_stock">True</property> + <signal name="activate" handler="quickopen_menu_refresh_item_activate_cb" object="quickopen_menu"/> + </object> + </child> </object> </child> </object> @@ -191,9 +207,6 @@ audio-volume-high audio-volume-low audio-volume-medium</property> - <child> - <placeholder/> - </child> </object> <packing> <property name="expand">False</property> |