nm-applet svn 938
- From: Grant Williamson <traxtopel gmail com>
- To: network manager <networkmanager-list gnome org>
- Subject: nm-applet svn 938
- Date: Fri, 10 Oct 2008 16:06:00 +0200
Currently does not build for me, need to add.
diff -ur
nm-applet-0.7.0.orig/src/connection-editor/nm-connection-editor.c
nm-applet-0.7.0/src/connection-editor/nm-connection-editor.c
--- nm-applet-0.7.0.orig/src/connection-editor/nm-connection-editor.c
2008-10-10 15:56:09.000000000 +0200
+++ nm-applet-0.7.0/src/connection-editor/nm-connection-editor.c
2008-10-10 16:04:57.000000000 +0200
@@ -405,7 +405,9 @@
nm_connection_editor_save_vpn_secrets (NMConnectionEditor *editor)
{
GSList *iter;
+ GtkWidget *system;
+ system = glade_xml_get_widget (editor->xml, "connection_system");
g_return_if_fail (NM_IS_CONNECTION_EDITOR (editor));
g_return_if_fail (nm_connection_get_scope (editor->connection) ==
NM_CONNECTION_SCOPE_USER);
@@ -417,5 +419,7 @@
break;
}
}
+
+ gtk_widget_set_sensitive (GTK_WIDGET (system), FALSE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]