diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-16 14:39:51 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-16 14:39:51 +0100 |
| commit | 6184ae8cff4517797fddf458cedb7d1ec8bbda1a (patch) | |
| tree | aded64531a3ebd0eb0b85825ac053a52611e0782 /data | |
| parent | de1890e85346b00fb2b0b70e0dafcf0a72b68592 (diff) | |
| download | python-apt-6184ae8cff4517797fddf458cedb7d1ec8bbda1a.tar.gz | |
* fix locking error
Diffstat (limited to 'data')
| -rw-r--r-- | data/UpdateManager.glade | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index ac76c96d..5bd77311 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -683,7 +683,6 @@ If you have a permanent internet connection this is done automatically. If you a <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> - <signal name="clicked" handler="on_button_cancel_clicked" last_modification_time="Mon, 16 Jan 2006 12:00:13 GMT"/> <accelerator key="W" modifiers="GDK_CONTROL_MASK" signal="clicked"/> <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="clicked"/> </widget> @@ -810,7 +809,7 @@ If you have a permanent internet connection this is done automatically. If you a <property name="layout_style">GTK_BUTTONBOX_END</property> <child> - <widget class="GtkButton" id="button_cancel"> + <widget class="GtkButton" id="button_stop_download"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> @@ -819,7 +818,7 @@ If you have a permanent internet connection this is done automatically. If you a <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">0</property> - <signal name="clicked" handler="on_button_cancel_clicked" last_modification_time="Thu, 23 Dec 2004 15:53:57 GMT"/> + <signal name="clicked" handler="on_button_stop_download_clicked" last_modification_time="Mon, 16 Jan 2006 12:12:22 GMT"/> </widget> </child> </widget> |
