Changeset 27682c


Ignore:
Timestamp:
07/09/2014 05:52:40 PM (11 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
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)
Message:

#2464 [GTKUI] Fix unable add trackers in createtorrentdialog

Location:
deluge/ui/gtkui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/gtkui/createtorrentdialog.py

    r67873f r27682c  
    434434        builder = gtk.Builder()
    435435        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")
    437437        ))
    438438        dialog = builder.get_object("add_tracker_dialog")
  • deluge/ui/gtkui/glade/edit_trackers.add.ui

    r67873f r27682c  
    1212    <property name="destroy_with_parent">True</property>
    1313    <property name="type_hint">dialog</property>
    14     <property name="decorated">False</property>
    1514    <child internal-child="vbox">
    1615      <object class="GtkVBox" id="dialog-vbox5">
     
    2625              <object class="GtkButton" id="button_add_cancel">
    2726                <property name="label">gtk-cancel</property>
     27                <property name="use_action_appearance">False</property>
    2828                <property name="visible">True</property>
    2929                <property name="can_focus">True</property>
    3030                <property name="receives_default">True</property>
    31                 <property name="use_action_appearance">False</property>
    3231                <property name="use_stock">True</property>
    3332                <signal name="clicked" handler="on_button_add_cancel_clicked" swapped="no"/>
     
    4241              <object class="GtkButton" id="button_add_ok">
    4342                <property name="label">gtk-ok</property>
     43                <property name="use_action_appearance">False</property>
    4444                <property name="visible">True</property>
    4545                <property name="can_focus">True</property>
     
    4747                <property name="has_default">True</property>
    4848                <property name="receives_default">True</property>
    49                 <property name="use_action_appearance">False</property>
    5049                <property name="use_stock">True</property>
    5150                <signal name="clicked" handler="on_button_add_ok_clicked" swapped="no"/>
  • deluge/ui/gtkui/glade/edit_trackers.edit.ui

    r67873f r27682c  
    1111    <property name="destroy_with_parent">True</property>
    1212    <property name="type_hint">dialog</property>
    13     <property name="decorated">False</property>
    1413    <child internal-child="vbox">
    1514      <object class="GtkVBox" id="dialog-vbox7">
     
    2524              <object class="GtkButton" id="button_add_cancel1">
    2625                <property name="label">gtk-cancel</property>
     26                <property name="use_action_appearance">False</property>
    2727                <property name="visible">True</property>
    2828                <property name="can_focus">True</property>
    2929                <property name="receives_default">True</property>
    30                 <property name="use_action_appearance">False</property>
    3130                <property name="use_stock">True</property>
    3231                <signal name="clicked" handler="on_button_edit_cancel_clicked" swapped="no"/>
     
    4140              <object class="GtkButton" id="button_add_ok1">
    4241                <property name="label">gtk-ok</property>
     42                <property name="use_action_appearance">False</property>
    4343                <property name="visible">True</property>
    4444                <property name="can_focus">True</property>
     
    4646                <property name="has_default">True</property>
    4747                <property name="receives_default">True</property>
    48                 <property name="use_action_appearance">False</property>
    4948                <property name="use_stock">True</property>
    5049                <signal name="clicked" handler="on_button_edit_ok_clicked" swapped="no"/>
     
    141140                    <property name="can_focus">True</property>
    142141                    <property name="invisible_char">•</property>
     142                    <property name="activates_default">True</property>
    143143                    <property name="truncate_multiline">True</property>
    144                     <property name="activates_default">True</property>
    145144                    <property name="invisible_char_set">True</property>
    146145                    <property name="primary_icon_activatable">False</property>
Note: See TracChangeset for help on using the changeset viewer.