Re: nm-applet svn 938



On Fri, 2008-10-10 at 16:06 +0200, Grant Williamson wrote:
> Currently does not build for me, need to add.

Hmm, what's the error you're hitting?  That doesn't look like it should
make a difference to that function...

Dan

> 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);
>  }
> 
> _______________________________________________
> NetworkManager-list mailing list
> NetworkManager-list gnome org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list



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