set the icon in both executables
[debian/gnuradio] / grc / src / gui / ActionHandler.py
index 4c5516311ffdb376ba76bec4fd37d59bbf5ea53a..91dd0fb454e89fb038ef53bd245bf5e34bf4f2b7 100644 (file)
@@ -53,9 +53,6 @@ class ActionHandler:
                """
                self.clipboard = None
                platform = Platform(platform)
-               #setup icon using icon theme
-               try: gtk.window_set_default_icon(gtk.IconTheme().load_icon('gnuradio-grc', 256, 0))
-               except: pass
                for action in Actions.get_all_actions(): action.connect('activate', self._handle_actions)
                #setup the main window
                self.main_window = MainWindow(self.handle_states, platform)