[gnome-control-center] Network: Make creating vpn connections work again



commit 3256adcb7e1c7625bc662504d31674ca24c0f116
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Apr 2 12:52:25 2011 -0400

    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">



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