summaryrefslogtreecommitdiff
path: root/gui_callbacks.pm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-03-25 17:36:50 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-03-25 17:36:50 (GMT)
commita4c979249bf8f6814cbf3382cedcfd855749c653 (patch)
treed8fbfedf5cc18242b3b261479f2f084a4c2d8b57 /gui_callbacks.pm
parentd88725966786bce05a961438c673b62d86ea64ce (diff)
get TO_CART field for dropboxes as well
Diffstat (limited to 'gui_callbacks.pm')
-rw-r--r--gui_callbacks.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui_callbacks.pm b/gui_callbacks.pm
index 10d3881..f101cf7 100644
--- a/gui_callbacks.pm
+++ b/gui_callbacks.pm
@@ -58,6 +58,7 @@ sub on_co_dropbox_changed
my ($widget, $data) = @_;
::clear_status_gui();
+ ::dropbox_updated_gui();
}
sub on_filechooser_selection_changed