summaryrefslogtreecommitdiff
path: root/walls.ui
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2009-12-30 04:30:25 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2009-12-30 04:30:25 +0100
commit4bff733352f608744e86328deb443d68ce666f7d (patch)
treee4bd26c2152fb19fe696e25ffffdb5198a22a508 /walls.ui
parenta5a787eac52734a926d39e958d22b87a450d42aa (diff)
Basic adding and assigning of tags implemented.
Committing this before it gets out of hand. Only adding new tags is working atm. Created a text input dialog. Added a tag dialog. Other minor changes.
Diffstat (limited to 'walls.ui')
-rw-r--r--walls.ui4
1 files changed, 3 insertions, 1 deletions
diff --git a/walls.ui b/walls.ui
index 52e5b64..242a5b1 100644
--- a/walls.ui
+++ b/walls.ui
@@ -134,9 +134,11 @@
<object class="GtkIconView" id="thumbview">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="selection_mode">browse</property>
+ <property name="selection_mode">multiple</property>
<property name="orientation">horizontal</property>
+ <signal name="button_press_event" handler="on_thumbview_button_press_event"/>
<signal name="selection_changed" handler="on_thumbview_selection_changed"/>
+ <signal name="popup_menu" handler="on_thumbview_popup_menu"/>
</object>
</child>
</object>