epiphany-extensions r1843 - trunk/extensions/actions



Author: diegoe
Date: Sun Apr 12 00:19:00 2009
New Revision: 1843
URL: http://svn.gnome.org/viewvc/epiphany-extensions?rev=1843&view=rev

Log:
actions: fix usage of format_secondary_text

Modified:
   trunk/extensions/actions/ephy-actions-extension.c

Modified: trunk/extensions/actions/ephy-actions-extension.c
==============================================================================
--- trunk/extensions/actions/ephy-actions-extension.c	(original)
+++ trunk/extensions/actions/ephy-actions-extension.c	Sun Apr 12 00:19:00 2009
@@ -434,7 +434,8 @@
 			(GTK_WINDOW (window), GTK_DIALOG_DESTROY_WITH_PARENT,
 			 GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
 			 _("Could not run command"));
-		gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG(dialog), err->message);
+		gtk_message_dialog_format_secondary_text
+			(GTK_MESSAGE_DIALOG(dialog), err->message, NULL);
 		gtk_window_set_icon_name (GTK_WINDOW (dialog), "web-browser");
 		gtk_window_set_title (GTK_WINDOW(window), _("Could not Run Command"));
 		g_error_free (err);



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