diff options
author | rbuj <[email protected]> | 2019-08-15 18:21:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-21 19:46:48 +0200 |
commit | 4f9ee9d60f0285bebbef3d5fe88ed2177028059e (patch) | |
tree | 270aa2be7139332c6c23511e52955b441cb0efe5 /capplets | |
parent | b670c37a3dd9083418eca389f3452a15f70e0f22 (diff) | |
download | mate-control-center-4f9ee9d60f0285bebbef3d5fe88ed2177028059e.tar.bz2 mate-control-center-4f9ee9d60f0285bebbef3d5fe88ed2177028059e.tar.xz |
default-applications: Remove messenger options from ui file
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/default-applications/mate-default-applications-properties.ui | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/capplets/default-applications/mate-default-applications-properties.ui b/capplets/default-applications/mate-default-applications-properties.ui index 2cfe555a..57c550e4 100644 --- a/capplets/default-applications/mate-default-applications-properties.ui +++ b/capplets/default-applications/mate-default-applications-properties.ui @@ -253,62 +253,6 @@ <property name="position">0</property> </packing> </child> - <child> - <object class="GtkGrid" id="messenger_options_table"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="row_spacing">6</property> - <property name="column_spacing">12</property> - <child> - <object class="GtkLabel" id="messenger_command_label"> - <property name="visible">True</property> - <property name="sensitive">False</property> - <property name="can_focus">False</property> - <property name="halign">start</property> - <property name="label" translatable="yes">Co_mmand:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">messenger_command_entry</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkEntry" id="messenger_command_entry"> - <property name="visible">True</property> - <property name="sensitive">False</property> - <property name="can_focus">True</property> - <property name="tooltip_text" translatable="yes">All %s occurrences will be replaced with actual link</property> - <property name="hexpand">True</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkCheckButton" id="messenger_terminal_checkbutton"> - <property name="label" translatable="yes">Run in t_erminal</property> - <property name="visible">True</property> - <property name="sensitive">False</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="left_attach">2</property> - <property name="top_attach">0</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> </object> <packing> <property name="expand">True</property> |