[Goodies-commits] r4582 - xfce4-dict/trunk/src

Enrico Troeger enrico at xfce.org
Tue Apr 15 16:02:24 CEST 2008


Author: enrico
Date: 2008-04-15 14:02:23 +0000 (Tue, 15 Apr 2008)
New Revision: 4582

Modified:
   xfce4-dict/trunk/src/xfce4-dict.c
Log:
Remove obsolete comments.


Modified: xfce4-dict/trunk/src/xfce4-dict.c
===================================================================
--- xfce4-dict/trunk/src/xfce4-dict.c	2008-04-15 14:02:21 UTC (rev 4581)
+++ xfce4-dict/trunk/src/xfce4-dict.c	2008-04-15 14:02:23 UTC (rev 4582)
@@ -59,8 +59,8 @@
 	{ "version", 'v', 0, G_OPTION_ARG_NONE, &show_version, N_("Show version information"), NULL },
 	{ NULL, 0, 0, 0, NULL, NULL, NULL }
 };
-//~ If called without any options, the xfce4-dict-plugin main window is shown.
 
+
 static gboolean main_quit(GtkWidget *widget, GdkEvent *event, DictData *dd)
 {
 	dict_free_data(dd);
@@ -193,7 +193,6 @@
 	g_signal_connect(dd->pref_menu_item, "activate", G_CALLBACK(pref_dialog_activated), dd);
 
 	/* search text from command line options, if any */
-	/* TODO take all remaining args, not only argv[1] */
 	if (search_text != NULL)
 	{
 		dict_search_word(dd, search_text);




More information about the Goodies-commits mailing list