From 0087f656a2d9fe962d874ae73f5759dbfc09f634 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sat, 4 Aug 2007 20:02:58 +0000 Subject: added an uncaught exception dialog --- portato/gui/gtk/windows.py | 1 - 1 file changed, 1 deletion(-) (limited to 'portato') diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py index a2efc85..8cf9fb7 100644 --- a/portato/gui/gtk/windows.py +++ b/portato/gui/gtk/windows.py @@ -1307,7 +1307,6 @@ class MainWindow (Window): return True def cb_sync_clicked (self, action): - raise Exception, "Bla" if not am_i_root(): not_root_dialog() else: -- cgit v1.2.3-54-g00ecf