diff options
author | raveit65 <[email protected]> | 2018-02-06 12:07:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-04 12:23:29 +0100 |
commit | 550b622cb7bff4a48ebdb3a8dbb01c1dba740bc2 (patch) | |
tree | 1ffc94cf5832f54f255ffbae5ef72ff115b4aeb6 /src/profile-preferences.ui | |
parent | d342a01ecea28d22afb3eeb3a6af4b4d25c49f0b (diff) | |
download | mate-terminal-550b622cb7bff4a48ebdb3a8dbb01c1dba740bc2.tar.bz2 mate-terminal-550b622cb7bff4a48ebdb3a8dbb01c1dba740bc2.tar.xz |
drop umtp suport
Fixes https://github.com/mate-desktop/mate-terminal/issues/104
This doesn't work with with gtk+-3 and newer vte versions.
With gnome-pty-helper gone, it's a no-op.
based on origin commit at
https://git.gnome.org/browse/gnome-terminal/commit/?id=d3aa520
https://bugzilla.gnome.org/show_bug.cgi?id=747046
Diffstat (limited to 'src/profile-preferences.ui')
-rw-r--r-- | src/profile-preferences.ui | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui index 9c50d54..131a810 100644 --- a/src/profile-preferences.ui +++ b/src/profile-preferences.ui @@ -945,22 +945,6 @@ Author: Wolfgang Ulbrich </packing> </child> <child> - <object class="GtkCheckButton" id="update-records-checkbutton"> - <property name="label" translatable="yes">_Update login records when command is launched</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="halign">start</property> - <property name="use_underline">True</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">1</property> - </packing> - </child> - <child> <object class="GtkCheckButton" id="use-custom-command-checkbutton"> <property name="label" translatable="yes">Ru_n a custom command instead of my shell</property> <property name="visible">True</property> @@ -973,7 +957,7 @@ Author: Wolfgang Ulbrich <packing> <property name="expand">False</property> <property name="fill">False</property> - <property name="position">2</property> + <property name="position">1</property> </packing> </child> <child> @@ -1020,7 +1004,7 @@ Author: Wolfgang Ulbrich <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">2</property> </packing> </child> <child> @@ -1067,7 +1051,7 @@ Author: Wolfgang Ulbrich <packing> <property name="expand">True</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">3</property> </packing> </child> </object> |