[gnome-system-tools/gnome-2-28] Fix PPP connection type combo



commit 9c959f13a2f816eee80cd3ad86ad40668ddd260e
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Sun Nov 22 00:17:04 2009 +0100

    Fix PPP connection type combo
    
    The cell renderer had disappeared when moving to GtkBuilder format. Bring it back so that the list is no longer empty.

 interfaces/network.ui |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/interfaces/network.ui b/interfaces/network.ui
index 8bb0bad..1d471f9 100644
--- a/interfaces/network.ui
+++ b/interfaces/network.ui
@@ -704,6 +704,12 @@
                         <child>
                           <object class="GtkComboBox" id="connection_ppp_type">
                             <property name="visible">True</property>
+                            <child>
+                              <object class="GtkCellRendererText" id="cellrenderertext6"/>
+                              <attributes>
+                                <attribute name="text">0</attribute>
+                              </attributes>
+                            </child>
                           </object>
                           <packing>
                             <property name="position">1</property>



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