From 794bca2b17086ff4fa89bda6c0915815571d2aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 5 Jul 2009 03:16:04 +0200 Subject: Also port FilesDetail --- portato/gui/templates/MainWindow.ui | 23 ----------------------- portato/gui/windows/main.py | 11 ----------- 2 files changed, 34 deletions(-) (limited to 'portato') diff --git a/portato/gui/templates/MainWindow.ui b/portato/gui/templates/MainWindow.ui index e26a337..5577f9b 100644 --- a/portato/gui/templates/MainWindow.ui +++ b/portato/gui/templates/MainWindow.ui @@ -803,29 +803,6 @@ False - - - True - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - - - - - - - - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Files - - - 5 - False - - 1 diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 0eec034..184d29b 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -98,7 +98,6 @@ class PackageTable: # views self.views = map (lambda x: self.tree.get_widget(x).get_child(), [ - "filesScroll", "dependencyScroll", "useListScroll" ]) @@ -523,16 +522,6 @@ class MainWindow (Window): # the different scrolls - def show_files (p): - try: - for f in p.get_files(): - yield " %s\n" % f - except IOError, e: - yield _("Error: %s") % e.strerror - - filesScroll = self.tree.get_widget("filesScroll") - filesScroll.add(InstalledOnlyView(show_files)) - depScroll = self.tree.get_widget("dependencyScroll") depScroll.add(self.build_dep_list()) -- cgit v1.2.3