* add a checkbutton to use the entered nickname by default without asking anymore. Fixes #5141
		
			
				
	
	
		
			113 lines
		
	
	
	
		
			4.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			113 lines
		
	
	
	
		
			4.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0"?>
 | 
						|
<glade-interface>
 | 
						|
  <!-- interface-requires gtk+ 2.12 -->
 | 
						|
  <!-- interface-naming-policy toplevel-contextual -->
 | 
						|
  <widget class="GtkDialog" id="input_dialog">
 | 
						|
    <property name="border_width">6</property>
 | 
						|
    <property name="type_hint">dialog</property>
 | 
						|
    <property name="has_separator">False</property>
 | 
						|
    <signal name="delete_event" handler="on_input_dialog_delete_event"/>
 | 
						|
    <child internal-child="vbox">
 | 
						|
      <widget class="GtkVBox" id="dialog-vbox10">
 | 
						|
        <property name="visible">True</property>
 | 
						|
        <property name="spacing">6</property>
 | 
						|
        <child>
 | 
						|
          <widget class="GtkVBox" id="vbox">
 | 
						|
            <property name="visible">True</property>
 | 
						|
            <property name="border_width">6</property>
 | 
						|
            <property name="spacing">6</property>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkHBox" id="hbox2960">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="spacing">12</property>
 | 
						|
                <child>
 | 
						|
                  <widget class="GtkImage" id="image507">
 | 
						|
                    <property name="visible">True</property>
 | 
						|
                    <property name="stock">gtk-dialog-question</property>
 | 
						|
                    <property name="icon-size">6</property>
 | 
						|
                  </widget>
 | 
						|
                  <packing>
 | 
						|
                    <property name="expand">False</property>
 | 
						|
                    <property name="position">0</property>
 | 
						|
                  </packing>
 | 
						|
                </child>
 | 
						|
                <child>
 | 
						|
                  <widget class="GtkLabel" id="label">
 | 
						|
                    <property name="visible">True</property>
 | 
						|
                    <property name="use_markup">True</property>
 | 
						|
                  </widget>
 | 
						|
                  <packing>
 | 
						|
                    <property name="position">1</property>
 | 
						|
                  </packing>
 | 
						|
                </child>
 | 
						|
              </widget>
 | 
						|
              <packing>
 | 
						|
                <property name="expand">False</property>
 | 
						|
                <property name="position">0</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkEntry" id="input_entry">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="can_focus">True</property>
 | 
						|
                <property name="activates_default">True</property>
 | 
						|
              </widget>
 | 
						|
              <packing>
 | 
						|
                <property name="expand">False</property>
 | 
						|
                <property name="fill">False</property>
 | 
						|
                <property name="position">1</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
          </widget>
 | 
						|
          <packing>
 | 
						|
            <property name="position">1</property>
 | 
						|
          </packing>
 | 
						|
        </child>
 | 
						|
        <child internal-child="action_area">
 | 
						|
          <widget class="GtkHButtonBox" id="dialog-action_area9">
 | 
						|
            <property name="visible">True</property>
 | 
						|
            <property name="layout_style">end</property>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkButton" id="cancelbutton">
 | 
						|
                <property name="label">gtk-cancel</property>
 | 
						|
                <property name="response_id">-6</property>
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="can_focus">True</property>
 | 
						|
                <property name="can_default">True</property>
 | 
						|
                <property name="receives_default">False</property>
 | 
						|
                <property name="use_stock">True</property>
 | 
						|
              </widget>
 | 
						|
              <packing>
 | 
						|
                <property name="expand">False</property>
 | 
						|
                <property name="fill">False</property>
 | 
						|
                <property name="position">0</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkButton" id="okbutton">
 | 
						|
                <property name="label">gtk-ok</property>
 | 
						|
                <property name="response_id">-5</property>
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="can_focus">True</property>
 | 
						|
                <property name="can_default">True</property>
 | 
						|
                <property name="has_default">True</property>
 | 
						|
                <property name="receives_default">False</property>
 | 
						|
                <property name="use_stock">True</property>
 | 
						|
              </widget>
 | 
						|
              <packing>
 | 
						|
                <property name="expand">False</property>
 | 
						|
                <property name="fill">False</property>
 | 
						|
                <property name="position">1</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
          </widget>
 | 
						|
          <packing>
 | 
						|
            <property name="expand">False</property>
 | 
						|
            <property name="pack_type">end</property>
 | 
						|
            <property name="position">0</property>
 | 
						|
          </packing>
 | 
						|
        </child>
 | 
						|
      </widget>
 | 
						|
    </child>
 | 
						|
  </widget>
 | 
						|
</glade-interface>
 |