evolution-rss r173 - in trunk: . src



Author: lucilanga
Date: Tue Feb 26 17:01:27 2008
New Revision: 173
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=173&view=rev

Log:
EMEventTargetMessage fix

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

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Tue Feb 26 17:01:27 2008
@@ -28,7 +28,6 @@
 	* fix authentication for proxy dialog
 	* make auth dialog not intrusive (peek other software)
 	* 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
 	! check mycall resize, verify data is valid widget -> generates crash
 	* crash (mail_append_message) if folder contains .lock file ? or ibex crashes

Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c	(original)
+++ trunk/src/rss.c	Tue Feb 26 17:01:27 2008
@@ -1982,13 +1982,23 @@
 	return;
 }
 
+#ifdef EVOLUTION_2_12
 void org_gnome_cooly_article_show(void *ep, EMEventTargetMessage *t);
+#else
+void org_gnome_cooly_article_show(void *ep, void *t);
+#endif
 
+#ifdef EVOLUTION_2_12
 void org_gnome_cooly_article_show(void *ep, EMEventTargetMessage *t)
 {
 	if (rf)
 		rf->current_uid = t->uid;
 }
+#else
+void org_gnome_cooly_article_show(void *ep, void *t)
+{
+}
+#endif
 
 gboolean
 check_chn_name(gchar *chn_name)



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