aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-01-02 15:50:58 +0100
committerjcid <devnull@localhost>2008-01-02 15:50:58 +0100
commit2da16cf47f0a8bf881ec756eb9c1a6b824e6c55d (patch)
tree98cc3837bb48f9eb6452d5a3585fb33064be4a0b /src/ui.cc
parent5a7989e2f632ada42cdcf88d3e5442150dc6d498 (diff)
"Image load" pixmap upgrade.
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.cc b/src/ui.cc
index aa4c794f..bc1cdbbf 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -307,8 +307,8 @@ static void bugmeter_cb(Widget *w, void *data)
static void imageload_cb(Widget *w, void *data)
{
int k = event_key();
- if (k && k <= 7)
- MSG("[ImageLoad], mouse button %d was pressed\n", k);
+ //if (k && k <= 7)
+ // MSG("[ImageLoad], mouse button %d was pressed\n", k);
if (k == 1) {
((UI*)data)->imageload_toggle();
}