mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-07 05:10:29 +01:00
spacing fix
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2117 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
26edb7b749
commit
62e9be38a8
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ int main (int argc, char *argv[])
|
|||
if (!nma)
|
||||
exit (EXIT_FAILURE);
|
||||
|
||||
g_signal_connect (client, "save_yourself", G_CALLBACK (gtk_true), NULL);
|
||||
g_signal_connect (client, "die", G_CALLBACK (session_die), nma);
|
||||
g_signal_connect (client, "save_yourself", G_CALLBACK (gtk_true), NULL);
|
||||
g_signal_connect (client, "die", G_CALLBACK (session_die), nma);
|
||||
|
||||
gtk_widget_show_all (GTK_WIDGET (nma));
|
||||
gtk_main ();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue