diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-05 11:49:41 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-05 11:49:41 +0200 |
| commit | a56b047e24bbf96879e77f51867b96d515cdbfa6 (patch) | |
| tree | 771db2b9aee034ad5641a3d3bc380ffa89ea3de2 /src/Gui/SettingsDialog.py | |
| parent | 36b35cc468872de5f3e87a1cc9c3851f87523ac8 (diff) | |
| download | abrt-a56b047e24bbf96879e77f51867b96d515cdbfa6.tar.gz abrt-a56b047e24bbf96879e77f51867b96d515cdbfa6.tar.xz abrt-a56b047e24bbf96879e77f51867b96d515cdbfa6.zip | |
manual merge
Diffstat (limited to 'src/Gui/SettingsDialog.py')
| -rw-r--r-- | src/Gui/SettingsDialog.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gui/SettingsDialog.py b/src/Gui/SettingsDialog.py index 8c9c666..4d85cd7 100644 --- a/src/Gui/SettingsDialog.py +++ b/src/Gui/SettingsDialog.py @@ -75,8 +75,8 @@ class SettingsDialog: try: self.pluginlist = getPluginInfoList(self.ccdaemon, refresh=True) except Exception, e: - print e - + print "SettingsDialog: ", e + ## hydrate cron jobs: for key,val in self.settings["Cron"].iteritems(): # actionas are separated by ',' |
