control-center freeze break



Here is an unfortunate regression in the network panel:

The 'Create' button in the connection type dialog doesn't do anything
anymore, making it impossible to create VPN connections. This probably
happened when we took out the ability to create other types of
connections.

Thankfully, the fix is very straightforward, see the attached patch.
Ok to commit ?
From 915959ac3f30a16dacb883321388ba9da384da56 Mon Sep 17 00:00:00 2001
From: Matthias Clasen <mclasen redhat com>
Date: Sat, 2 Apr 2011 12:52:25 -0400
Subject: [PATCH] Network: Make creating vpn connections work again

Somehow the 'Create' button lost its action id.
Don't trust glade on these files...
---
 panels/network/network.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panels/network/network.ui b/panels/network/network.ui
index 7074c87..b9c04b8 100644
--- a/panels/network/network.ui
+++ b/panels/network/network.ui
@@ -148,7 +148,7 @@
     </child>
     <action-widgets>
       <action-widget response="0">cancel_button</action-widget>
-      <action-widget response="0">create_button</action-widget>
+      <action-widget response="-5">create_button</action-widget>
     </action-widgets>
   </object>
   <object class="GtkListStore" id="liststore1">
-- 
1.7.4.2



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]