From ebd0025f033ecf8f21d42e6a2c80ac312ec8116f Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 27 Feb 2009 16:01:57 +0100 Subject: - fixed few gcc warnings - added scrolled window for long reports - fixes for all issues identified in review (awilliam@redhat.com) --- src/Gui/CCMainWindow.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/Gui/CCMainWindow.py') diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py index ab2e171..0c589f6 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import sys import pygtk pygtk.require("2.0") @@ -14,7 +12,6 @@ from CCReport import Report def cb(self, *args): pass - class MainWindow(): def __init__(self): try: @@ -146,8 +143,7 @@ class MainWindow(): def on_bQuit_clicked(self, button): gtk.main_quit() - - + if __name__ == "__main__": cc = MainWindow() cc.hydrate() -- cgit