evolution-rss r171 - in trunk: . src



Author: lucilanga
Date: Tue Feb 26 09:51:02 2008
New Revision: 171
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=171&view=rev

Log:
misc cleanups

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

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Tue Feb 26 09:51:02 2008
@@ -30,7 +30,6 @@
 	* fix move->rename
 	* use tagging stuff when releasing
 	* fix ubuntu crashing when wrong entities (<0.0.6) and feed conf files stored in a file
-	! do not remove hash key when iterate !
 	! check mycall resize, verify data is valid widget -> generates crash
 	* crash (mail_append_message) if folder contains .lock file ? or ibex crashes
 	* implement notify back of imported feed perhaps libnotify

Modified: trunk/src/Makefile.in
==============================================================================
--- trunk/src/Makefile.in	(original)
+++ trunk/src/Makefile.in	Tue Feb 26 09:51:02 2008
@@ -788,7 +788,6 @@
 	LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
 
 %.eplug.in: %.eplug.in.in
-	echo $(MINOR_VERSION)
 	@if test $(MINOR_VERSION) -lt 11000; then		\
 		sed -e "s%+RSS_MENU+%$(RSS_MENU)%" $< > $@;	\
 	else							\

Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c	(original)
+++ trunk/src/rss.c	Tue Feb 26 09:51:02 2008
@@ -841,14 +841,14 @@
 {
 	MailComponent *mail_component = mail_component_peek();
 	MailComponentPrivate *priv = mail_component->priv;
-	EComponentView *cv = priv->component_view;
+//	EComponentView *cv = priv->component_view;
 	g_print("priv:%p", priv);
 	g_print("cv:%p", cv);
 	GPtrArray *uids;
 	void *el = g_object_get_data((GObject *)cv, "info-label");
         EMFolderView *emfv = g_object_get_data((GObject *)el, "folderview");
 	uids = message_list_get_selected(emfv->list);
-	g_print("%d", uids->len);
+	g_print("selec:%d", uids->len);
 	
 }*/
 
@@ -2457,7 +2457,7 @@
 #endif
 
 		g_free(tmsg);
-		g_hash_table_insert(rf->activity, key, (gpointer)activity_id);
+		g_hash_table_insert(rf->activity, key, GUINT_TO_POINTER(activity_id));
 
 		net_get_unblocking(
 				g_hash_table_lookup(rf->hr, lookup_key(key)),



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