kov changed gksu/trunk/gksu/gksu.c

Gustavo Noronha kov at costa.debian.org
Tue Jul 18 00:30:49 UTC 2006


Mensagem de log: 
document code that should be moved to the library


-----


Modified: gksu/trunk/gksu/gksu.c
===================================================================
--- gksu/trunk/gksu/gksu.c	2006-07-16 19:15:56 UTC (rev 660)
+++ gksu/trunk/gksu/gksu.c	2006-07-18 00:30:49 UTC (rev 661)
@@ -434,6 +434,10 @@
     g_free (command);
   }
 
+  /*
+   * FIXME: should be moved to libgksu, which should have two new API functions:
+   * gksu_context_launcher_context_{initiate,complete}
+   */
   sn_display = sn_display_new (GDK_DISPLAY_XDISPLAY(gdk_display_get_default()),
 			       NULL, NULL);
   context->sn_context = sn_launcher_context_new (sn_display, gdk_screen_get_number (gdk_display_get_default_screen (gdk_display_get_default ())));




More information about the gksu-commits mailing list