evolution-rss r340 - in trunk: . src



Author: lucilanga
Date: Mon Jul 21 06:10:38 2008
New Revision: 340
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=340&view=rev

Log:
2008-07-14  Lucian Langa  <lucilanga gnome org>

* src/configure.in: force pickup of
nspr includes
* src/rss-config-factory.c: suppport
for foaf importing
* src/rss.c: add status icon

Modified:
   trunk/TODO
   trunk/src/rss.c

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Mon Jul 21 06:10:38 2008
@@ -34,3 +34,4 @@
 	* if necessary implement config code for evo 2.12
 	* notify in status bar, no of feeds
 	* fix recursivity on layer_find_pos
+	* fix annoying cursor jump when browsing through evo-rss folders

Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c	(original)
+++ trunk/src/rss.c	Mon Jul 21 06:10:38 2008
@@ -3290,15 +3290,13 @@
 	//really find a better way to deal with this//
 	//I do not know how to shutdown gecko (gtk_moz_embed_pop_startup)
 	//crash in nsCOMPtr_base::assign_with_AddRef
-/*#ifdef HAVE_BUGGY_GECKO
+#ifdef HAVE_BUGGY_GECKO
 	if (2 == render)
 		system("killall -SIGTERM evolution");
 #else
 	gecko_shutdown();
-#endif*/
 #endif
-	gecko_shutdown();
-	g_print("endd.\n");
+#endif
 }
 
 guint



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