Ticket #148: guake.glade.patch

File guake.glade.patch, 0.8 KB (added by makism, 3 years ago)

Add the "ignore option" on the tab menu

  • data/guake.glade

    old new  
    247247  <widget class="GtkMenu" id="tab-menu"> 
    248248    <property name="visible">True</property> 
    249249    <child> 
     250      <widget class="GtkCheckMenuItem" id="ignore_output"> 
     251        <property name="visible">True</property> 
     252        <property name="label" translatable="yes">Ignore Output</property> 
     253        <property name="use_underline">True</property> 
     254        <signal name="toggled" handler="on_ignore_output_toggled"/> 
     255      </widget> 
     256    </child> 
     257    <child> 
    250258      <widget class="GtkImageMenuItem" id="rename"> 
    251259        <property name="label" translatable="yes">Rename</property> 
    252260        <property name="visible">True</property>