bed27cd278
- install: don't build Bluetooth bits on s390 (rh #529854) - nm: wired 802.1x connection activation fixes - nm: fix crash after modifying default wired connections like "Auto eth0" - nm: ensure VPN secrets are requested again after connection failure - nm: reset 'accept_ra' to previous value after deactivating IPv6 connections - nm: ensure random netlink events don't interfere with IPv6 connection activation - ifcfg-rh: fix writing out LEAP connections - ifcfg-rh: recognize 'static' as a valid BOOTPROTO (rh #528068) - applet: fix "could not find required resources" error (rh #529766)
31 lines
1.3 KiB
Diff
31 lines
1.3 KiB
Diff
diff -up NetworkManager-0.7.996/network-manager-applet-0.7.996/nm-applet.schemas.in.foo NetworkManager-0.7.996/network-manager-applet-0.7.996/nm-applet.schemas.in
|
|
--- NetworkManager-0.7.996/network-manager-applet-0.7.996/nm-applet.schemas.in.foo 2009-10-21 17:23:29.480267635 -0700
|
|
+++ NetworkManager-0.7.996/network-manager-applet-0.7.996/nm-applet.schemas.in 2009-10-21 17:39:42.734142996 -0700
|
|
@@ -6,7 +6,7 @@
|
|
<applyto>/apps/nm-applet/disable-connected-notifications</applyto>
|
|
<owner>nm-applet</owner>
|
|
<type>bool</type>
|
|
- <default>FALSE</default>
|
|
+ <default>TRUE</default>
|
|
<locale name="C">
|
|
<short>Disable connected notifications</short>
|
|
<long>
|
|
@@ -20,7 +20,7 @@
|
|
<applyto>/apps/nm-applet/disable-disconnected-notifications</applyto>
|
|
<owner>nm-applet</owner>
|
|
<type>bool</type>
|
|
- <default>FALSE</default>
|
|
+ <default>TRUE</default>
|
|
<locale name="C">
|
|
<short>Disable disconnected notifications</short>
|
|
<long>
|
|
@@ -34,7 +34,7 @@
|
|
<applyto>/apps/nm-applet/suppress-wireless-networks-available</applyto>
|
|
<owner>nm-applet</owner>
|
|
<type>bool</type>
|
|
- <default>FALSE</default>
|
|
+ <default>TRUE</default>
|
|
<locale name="C">
|
|
<short>Suppress networks available notifications</short>
|
|
<long>
|