epiphany-extensions r1842 - branches/gnome-2-24/extensions/actions



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

Log:
actions: fix usage of format_secondary_text

Modified:
   branches/gnome-2-24/extensions/actions/ephy-actions-extension.c

Modified: branches/gnome-2-24/extensions/actions/ephy-actions-extension.c
==============================================================================
--- branches/gnome-2-24/extensions/actions/ephy-actions-extension.c	(original)
+++ branches/gnome-2-24/extensions/actions/ephy-actions-extension.c	Sun Apr 12 00:16:32 2009
@@ -435,7 +435,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]