Changeset 27682c
- Timestamp:
- 07/09/2014 05:52:40 PM (11 years ago)
- Branches:
- 2.0.x, develop, master
- Children:
- 5eba76
- Parents:
- 67873f
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (07/09/2014 05:52:26 PM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (07/09/2014 05:52:40 PM)
- Location:
- deluge/ui/gtkui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/ui/gtkui/createtorrentdialog.py
r67873f r27682c 434 434 builder = gtk.Builder() 435 435 builder.add_from_file(deluge.common.resource_filename( 436 "deluge.ui.gtkui", os.path.join("glade", "edit_trackers. ui")436 "deluge.ui.gtkui", os.path.join("glade", "edit_trackers.add.ui") 437 437 )) 438 438 dialog = builder.get_object("add_tracker_dialog") -
deluge/ui/gtkui/glade/edit_trackers.add.ui
r67873f r27682c 12 12 <property name="destroy_with_parent">True</property> 13 13 <property name="type_hint">dialog</property> 14 <property name="decorated">False</property>15 14 <child internal-child="vbox"> 16 15 <object class="GtkVBox" id="dialog-vbox5"> … … 26 25 <object class="GtkButton" id="button_add_cancel"> 27 26 <property name="label">gtk-cancel</property> 27 <property name="use_action_appearance">False</property> 28 28 <property name="visible">True</property> 29 29 <property name="can_focus">True</property> 30 30 <property name="receives_default">True</property> 31 <property name="use_action_appearance">False</property>32 31 <property name="use_stock">True</property> 33 32 <signal name="clicked" handler="on_button_add_cancel_clicked" swapped="no"/> … … 42 41 <object class="GtkButton" id="button_add_ok"> 43 42 <property name="label">gtk-ok</property> 43 <property name="use_action_appearance">False</property> 44 44 <property name="visible">True</property> 45 45 <property name="can_focus">True</property> … … 47 47 <property name="has_default">True</property> 48 48 <property name="receives_default">True</property> 49 <property name="use_action_appearance">False</property>50 49 <property name="use_stock">True</property> 51 50 <signal name="clicked" handler="on_button_add_ok_clicked" swapped="no"/> -
deluge/ui/gtkui/glade/edit_trackers.edit.ui
r67873f r27682c 11 11 <property name="destroy_with_parent">True</property> 12 12 <property name="type_hint">dialog</property> 13 <property name="decorated">False</property>14 13 <child internal-child="vbox"> 15 14 <object class="GtkVBox" id="dialog-vbox7"> … … 25 24 <object class="GtkButton" id="button_add_cancel1"> 26 25 <property name="label">gtk-cancel</property> 26 <property name="use_action_appearance">False</property> 27 27 <property name="visible">True</property> 28 28 <property name="can_focus">True</property> 29 29 <property name="receives_default">True</property> 30 <property name="use_action_appearance">False</property>31 30 <property name="use_stock">True</property> 32 31 <signal name="clicked" handler="on_button_edit_cancel_clicked" swapped="no"/> … … 41 40 <object class="GtkButton" id="button_add_ok1"> 42 41 <property name="label">gtk-ok</property> 42 <property name="use_action_appearance">False</property> 43 43 <property name="visible">True</property> 44 44 <property name="can_focus">True</property> … … 46 46 <property name="has_default">True</property> 47 47 <property name="receives_default">True</property> 48 <property name="use_action_appearance">False</property>49 48 <property name="use_stock">True</property> 50 49 <signal name="clicked" handler="on_button_edit_ok_clicked" swapped="no"/> … … 141 140 <property name="can_focus">True</property> 142 141 <property name="invisible_char">â¢</property> 142 <property name="activates_default">True</property> 143 143 <property name="truncate_multiline">True</property> 144 <property name="activates_default">True</property>145 144 <property name="invisible_char_set">True</property> 146 145 <property name="primary_icon_activatable">False</property>
Note:
See TracChangeset
for help on using the changeset viewer.