summaryrefslogtreecommitdiff
path: root/gui_callbacks.pm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-02-23 14:31:51 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-02-23 14:31:51 (GMT)
commitdf6aa6819f9ad30395682f7a257926beca0dfcf3 (patch)
treee5cf18dee01f5f96a5e74a559698172c96d4c520 /gui_callbacks.pm
parent0784f649410c1483886c0e4a0d805720fc408da9 (diff)
reenabled db stuff
moved to new gui with mode selector
Diffstat (limited to 'gui_callbacks.pm')
-rw-r--r--gui_callbacks.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui_callbacks.pm b/gui_callbacks.pm
index dd2291d..446094c 100644
--- a/gui_callbacks.pm
+++ b/gui_callbacks.pm
@@ -32,11 +32,11 @@ sub on_exit
Gtk2->main_quit;
}
-sub on_cb_pool_toggled
+sub on_b_mode_clicked
{
my ($widget, $data) = @_;
-
- ::change_pool_gui();
+
+ ::toggle_mode_gui();
}
sub on_b_apply_clicked