diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-18 13:15:23 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-18 13:15:23 +0200 |
| commit | 2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2 (patch) | |
| tree | a4b965e5acc5bd424b3f0cca2f697d861e31b24d /src/Gui/CC_gui_functions.py | |
| parent | 20eb553c3ac2187e8347f093f6ba480ceb85627b (diff) | |
| download | abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.gz abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.xz abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.zip | |
whitespace cleanup, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui/CC_gui_functions.py')
| -rw-r--r-- | src/Gui/CC_gui_functions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gui/CC_gui_functions.py b/src/Gui/CC_gui_functions.py index f12c1986..03c664c8 100644 --- a/src/Gui/CC_gui_functions.py +++ b/src/Gui/CC_gui_functions.py @@ -52,7 +52,7 @@ def gui_error_message ( message, parent_dialog=None, ret = dialog.run () dialog.destroy() return ret - + def gui_question_dialog ( message, parent_dialog=None, message_type=gtk.MESSAGE_QUESTION, widget=None, page=0, broken_widget=None ): @@ -71,7 +71,7 @@ def gui_question_dialog ( message, parent_dialog=None, ret = dialog.run () dialog.destroy() return ret - + def get_icon_for_package(theme,package): #print package try: |
