summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-11-29 18:23:42 +0100
committerMichael Vogt <egon@top>2005-11-29 18:23:42 +0100
commit06b7e698a1bc0d8e5ef947a075848a9c8516cb53 (patch)
treec02f37fc0b919b7420c1f6ab6ca5d36ac543df13 /data
parent33cf8b013e776c5c1249c2b91c8cf1e34ef739a4 (diff)
downloadpython-apt-06b7e698a1bc0d8e5ef947a075848a9c8516cb53.tar.gz
* use SimpleGladeApp in UpdateManager now
Diffstat (limited to 'data')
-rw-r--r--data/UpdateManager.glade (renamed from data/update-manager.glade)9
1 files changed, 5 insertions, 4 deletions
diff --git a/data/update-manager.glade b/data/UpdateManager.glade
index 8e11d58c..ce0933d5 100644
--- a/data/update-manager.glade
+++ b/data/UpdateManager.glade
@@ -3,7 +3,7 @@
<glade-interface>
-<widget class="GtkWindow" id="MainWindow">
+<widget class="GtkWindow" id="window_main">
<property name="border_width">6</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Software Updates</property>
@@ -131,7 +131,7 @@ The following packages are found to be upgradable. You can upgrade them by using
</child>
<child>
- <widget class="GtkLabel" id="num_updates">
+ <widget class="GtkLabel" id="label_num_updates">
<property name="visible">True</property>
<property name="label">0</property>
<property name="use_underline">False</property>
@@ -255,7 +255,7 @@ If you have a permanent internet connection this is done automatically. If you a
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
- <widget class="GtkTreeView" id="updatelist">
+ <widget class="GtkTreeView" id="treeview_update">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
@@ -265,6 +265,7 @@ If you have a permanent internet connection this is done automatically. If you a
<property name="fixed_height_mode">False</property>
<property name="hover_selection">False</property>
<property name="hover_expand">False</property>
+ <signal name="cursor_changed" handler="on_treeview_update_cursor_changed" last_modification_time="Tue, 29 Nov 2005 17:19:48 GMT"/>
</widget>
</child>
</widget>
@@ -467,7 +468,7 @@ If you have a permanent internet connection this is done automatically. If you a
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
- <widget class="GtkTextView" id="descview">
+ <widget class="GtkTextView" id="textview_descr">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>