evolution-rss r169 - in trunk: . src



Author: lucilanga
Date: Mon Feb 25 20:48:35 2008
New Revision: 169
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=169&view=rev

Log:
misc cleanups

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

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Mon Feb 25 20:48:35 2008
@@ -38,3 +38,4 @@
 	* implement web controls for diferent redering <Webkits> or <Gecko>
 	* convert reading feeds progress bar to articles number that will actually be read
 	* force soup to follow redirects (304) test on fedora weekly news
+	* check loading of images in certain feeds

Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c	(original)
+++ trunk/src/rss.c	Mon Feb 25 20:48:35 2008
@@ -1505,7 +1505,6 @@
 {
 //	GtkAdjustment *a = gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(widget));
 //	g_print("page size:%d\n", a->page_size);
-	g_print("mycall()\n");
 	int width;
         GtkRequisition req;
   //      EMFormatHTMLDisplay *efhd = (EMFormatHTMLDisplay *) efh;
@@ -1544,9 +1543,6 @@
 		g_print("is_data:%p\n", data);
 		g_print("is_is_data:%d\n", GTK_IS_WIDGET(gtk_bin_get_child(data)));
 		g_print("is_is_data:%d\n", GTK_IS_WIDGET(data));*/
-//		if (GTK_IS_MOZ_EMBED(data))
-//		{
-//			g_print("is mozembed\n");
 		if (data)
 			if(GTK_IS_WIDGET(data) && height > 50)
 			{
@@ -1557,7 +1553,6 @@
 				gtk_moz_embed_reload(rf->mozembed, GTK_MOZ_EMBED_FLAG_RELOADNORMAL);
 #endif
 			}
-//		}
 	}
 	g_print("resize done\n");
 }



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