diff options
-rwxr-xr-x | mgaapplet | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -619,7 +619,6 @@ sub go2State { my ($state) = @_; $menu->destroy if $menu; $menu = setState($state); - warn ">> GOING FROM $state_global to $state\n"; $state_global = $state; gtkflush(); } |