gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3879 - gnunet-gtk/src/plugins/fs


From: grothoff
Subject: [GNUnet-SVN] r3879 - gnunet-gtk/src/plugins/fs
Date: Sun, 3 Dec 2006 18:47:11 -0800 (PST)

Author: grothoff
Date: 2006-12-03 18:47:09 -0800 (Sun, 03 Dec 2006)
New Revision: 3879

Modified:
   gnunet-gtk/src/plugins/fs/fs.h
   gnunet-gtk/src/plugins/fs/search.c
Log:
fix

Modified: gnunet-gtk/src/plugins/fs/fs.h
===================================================================
--- gnunet-gtk/src/plugins/fs/fs.h      2006-12-04 02:09:31 UTC (rev 3878)
+++ gnunet-gtk/src/plugins/fs/fs.h      2006-12-04 02:47:09 UTC (rev 3879)
@@ -57,6 +57,7 @@
   SEARCH_URI,
   SEARCH_META,
   SEARCH_CELL_BG_COLOR,
+  SEARCH_CELL_FG_COLOR,
   SEARCH_INTERNAL,
   SEARCH_INTERNAL_PARENT,
   SEARCH_NUM,

Modified: gnunet-gtk/src/plugins/fs/search.c
===================================================================
--- gnunet-gtk/src/plugins/fs/search.c  2006-12-04 02:09:31 UTC (rev 3878)
+++ gnunet-gtk/src/plugins/fs/search.c  2006-12-04 02:47:09 UTC (rev 3879)
@@ -124,6 +124,7 @@
                     SEARCH_URI, ECRS_dupUri(info->uri),
                     SEARCH_META, ECRS_dupMetaData(info->meta),
                     SEARCH_CELL_BG_COLOR, "white",
+                    SEARCH_CELL_FG_COLOR, "black",
                     SEARCH_INTERNAL, searchContext,
                     SEARCH_INTERNAL_PARENT, downloadParent,
                     -1);
@@ -235,6 +236,7 @@
                       G_TYPE_POINTER,  /* url */
                       G_TYPE_POINTER,  /* meta */
                       G_TYPE_STRING, /* bg-color */
+                      G_TYPE_STRING, /* fg-color */
                       G_TYPE_POINTER,  /* internal: search list */
                       G_TYPE_POINTER); /* internal: download parent list */
 
@@ -271,6 +273,7 @@
                                                    renderer,
                                                    "text", SEARCH_HSIZE,
                                                    "cell-background", 
SEARCH_CELL_BG_COLOR,
+                                                   "forground", 
SEARCH_CELL_FG_COLOR,
                                                    NULL);
   column = gtk_tree_view_get_column(list->treeview,
                                    col - 1);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]