2013-12-08 00:47:02 +01:00
|
|
|
$NetBSD: patch-plugins_project-manager_dialogs.c,v 1.2 2013/12/07 23:47:02 dholland Exp $
|
2013-10-06 22:01:27 +02:00
|
|
|
|
|
|
|
--- plugins/project-manager/dialogs.c.orig 2013-08-09 00:30:18.000000000 +0000
|
|
|
|
+++ plugins/project-manager/dialogs.c
|
2013-12-08 00:47:02 +01:00
|
|
|
@@ -118,7 +118,7 @@ load_interface (const gchar *top_widget)
|
|
|
|
return xml;
|
2013-10-06 22:01:27 +02:00
|
|
|
}
|
|
|
|
|
2013-12-08 00:47:02 +01:00
|
|
|
-static void
|
|
|
|
+static G_GNUC_PRINTF(3,4) void
|
|
|
|
error_dialog (GtkWindow *parent, const gchar *summary, const gchar *msg, ...)
|
2013-10-06 22:01:27 +02:00
|
|
|
{
|
|
|
|
va_list ap;
|