[network-manager-applet] editor: fix type of the "connection" column in the bridge/bond pages
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] editor: fix type of the "connection" column in the bridge/bond pages
- Date: Fri, 18 Jan 2013 16:26:59 +0000 (UTC)
commit bbd1a619b8f24a3908aeb309f971be8da2e42ed2
Author: Dan Winship <danw gnome org>
Date: Fri Jan 18 11:22:52 2013 -0500
editor: fix type of the "connection" column in the bridge/bond pages
They should be just NMConnection, not NMRemoteConnection. Also fixes a
startup warning if you do "nm-connection-editor --create --type=bond",
because no NMRemoteConnections will have been instantiated yet at the
point when it creates the page, so GtkBuilder won't be able to resolve
the type.
src/connection-editor/ce-page-bond.ui | 2 +-
src/connection-editor/ce-page-bridge.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/ce-page-bond.ui b/src/connection-editor/ce-page-bond.ui
index dc89154..69df819 100644
--- a/src/connection-editor/ce-page-bond.ui
+++ b/src/connection-editor/ce-page-bond.ui
@@ -25,7 +25,7 @@
<object class="GtkListStore" id="master_connections_model">
<columns>
<!-- column-name connection -->
- <column type="NMRemoteConnection"/>
+ <column type="NMConnection"/>
<!-- column-name name -->
<column type="gchararray"/>
</columns>
diff --git a/src/connection-editor/ce-page-bridge.ui b/src/connection-editor/ce-page-bridge.ui
index bc3cd10..8a240cb 100644
--- a/src/connection-editor/ce-page-bridge.ui
+++ b/src/connection-editor/ce-page-bridge.ui
@@ -34,7 +34,7 @@
<object class="GtkListStore" id="master_connections_model">
<columns>
<!-- column-name connection -->
- <column type="NMRemoteConnection"/>
+ <column type="NMConnection"/>
<!-- column-name name -->
<column type="gchararray"/>
</columns>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]