evince r2973 - in trunk: . backend/pdf



Author: carlosgc
Date: Wed Mar 19 17:21:34 2008
New Revision: 2973
URL: http://svn.gnome.org/viewvc/evince?rev=2973&view=rev

Log:
2008-03-19  Carlos Garcia Campos  <carlosgc gnome org>

	* backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
	(ev_link_from_action):

	Fix warning messages.


Modified:
   trunk/ChangeLog
   trunk/backend/pdf/ev-poppler.cc

Modified: trunk/backend/pdf/ev-poppler.cc
==============================================================================
--- trunk/backend/pdf/ev-poppler.cc	(original)
+++ trunk/backend/pdf/ev-poppler.cc	Wed Mar 19 17:21:34 2008
@@ -939,7 +939,7 @@
 	}
 
 	if (unimplemented_dest) {
-		g_warning ("Unimplemented named action: %s, please post a "
+		g_warning ("Unimplemented destination: %s, please post a "
 		           "bug report in Evince bugzilla "
 		           "(http://bugzilla.gnome.org) with a testcase.",
 			   unimplemented_dest);
@@ -994,8 +994,9 @@
 	}
 	
 	if (unimplemented_action) {
-		g_warning ("Unimplemented action: %s, please post a bug report with a testcase.",
-			   unimplemented_action);
+		g_warning ("Unimplemented action: %s, please post a bug report "
+			   "in Evince bugzilla (http://bugzilla.gnome.org) "
+			   "with a testcase.", unimplemented_action);
 	}
 	
 	link = ev_link_new (action->any.title, ev_action);



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