diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-03-24 11:41:13 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-03-24 11:41:13 (GMT) |
commit | c9d2691935e2a87cb74b6f04ad6b4f561728e0c6 (patch) | |
tree | 3b2ae589421775e11657748bd97a9bc3519856bb /gui_callbacks.pm | |
parent | f52380b976948ec2f3776d63baaf2549f4a81b49 (diff) |
improved handling of ListStore
better formatting for dropbox names in GUI
added emptyCarts function
basic m3u parsing
Diffstat (limited to 'gui_callbacks.pm')
-rw-r--r-- | gui_callbacks.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gui_callbacks.pm b/gui_callbacks.pm index 446094c..917534f 100644 --- a/gui_callbacks.pm +++ b/gui_callbacks.pm @@ -46,4 +46,11 @@ sub on_b_apply_clicked ::start_import_gui(); } +sub on_b_showcarts_clicked +{ + my ($widget, $data) = @_; + + ::show_used_carts_gui(); +} + 1; |