[PATCH] dont set invisible_char
- From: j bootlab org
- To: networkmanager-list gnome org
- Subject: [PATCH] dont set invisible_char
- Date: Wed, 22 Mar 2006 23:29:12 +0100
NetworkManager right now sets invisible_char to the default value of *
in all .glade files, that is not needed and poses an even bigger problem
if the system default is changed. attached patch removes all
<property name="invisible_char">*</property>
entries from .glade files in cvs
j
Index: gnome/applet/applet.glade
===================================================================
RCS file: /cvs/gnome/NetworkManager/gnome/applet/applet.glade,v
retrieving revision 1.9
diff -u -r1.9 applet.glade
--- gnome/applet/applet.glade 22 Mar 2006 19:52:40 -0000 1.9
+++ gnome/applet/applet.glade 22 Mar 2006 22:22:21 -0000
@@ -514,7 +514,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">True</property>
</widget>
<packing>
Index: vpn-daemons/openvpn/properties/nm-openvpn-dialog.glade
===================================================================
RCS file: /cvs/gnome/NetworkManager/vpn-daemons/openvpn/properties/nm-openvpn-dialog.glade,v
retrieving revision 1.4
diff -u -r1.4 nm-openvpn-dialog.glade
--- vpn-daemons/openvpn/properties/nm-openvpn-dialog.glade 7 Dec 2005 01:32:37 -0000 1.4
+++ vpn-daemons/openvpn/properties/nm-openvpn-dialog.glade 22 Mar 2006 22:22:23 -0000
@@ -153,7 +153,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -240,7 +239,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -410,7 +408,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -486,7 +483,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -697,7 +693,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -889,7 +884,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -965,7 +959,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -1014,7 +1007,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -1206,7 +1198,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -1282,7 +1273,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -1622,7 +1612,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
Index: vpn-daemons/pptp/properties/nm-pptp-dialog.glade
===================================================================
RCS file: /cvs/gnome/NetworkManager/vpn-daemons/pptp/properties/nm-pptp-dialog.glade,v
retrieving revision 1.1
diff -u -r1.1 nm-pptp-dialog.glade
--- vpn-daemons/pptp/properties/nm-pptp-dialog.glade 21 Dec 2005 21:50:07 -0000 1.1
+++ vpn-daemons/pptp/properties/nm-pptp-dialog.glade 22 Mar 2006 22:22:24 -0000
@@ -162,7 +162,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -271,7 +270,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -381,7 +379,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -611,7 +608,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
Index: vpn-daemons/vpnc/properties/nm-vpnc-dialog.glade
===================================================================
RCS file: /cvs/gnome/NetworkManager/vpn-daemons/vpnc/properties/nm-vpnc-dialog.glade,v
retrieving revision 1.5
diff -u -r1.5 nm-vpnc-dialog.glade
--- vpn-daemons/vpnc/properties/nm-vpnc-dialog.glade 23 Jan 2006 19:02:34 -0000 1.5
+++ vpn-daemons/vpnc/properties/nm-vpnc-dialog.glade 22 Mar 2006 22:22:24 -0000
@@ -185,7 +185,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -514,7 +513,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
@@ -590,7 +588,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
- <property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]