r19862 - gnucash/trunk/src - Bug #635355: Add public declaration of gnc_info_dialog.
Christian Stimming
cstim at code.gnucash.org
Mon Nov 22 14:42:16 EST 2010
Author: cstim
Date: 2010-11-22 14:42:16 -0500 (Mon, 22 Nov 2010)
New Revision: 19862
Trac: http://svn.gnucash.org/trac/changeset/19862
Modified:
gnucash/trunk/src/gnc-ui.h
Log:
Bug #635355: Add public declaration of gnc_info_dialog.
Patch by Manfred Usselmann.
Modified: gnucash/trunk/src/gnc-ui.h
===================================================================
--- gnucash/trunk/src/gnc-ui.h 2010-11-22 15:13:26 UTC (rev 19861)
+++ gnucash/trunk/src/gnc-ui.h 2010-11-22 19:42:16 UTC (rev 19862)
@@ -81,14 +81,14 @@
gint default_result,
const char *format, ...) G_GNUC_PRINTF (3, 4);
-
-
extern void
gnc_warning_dialog(gncUIWidget parent,
const char *format, ...) G_GNUC_PRINTF (2, 3);
+extern void
+gnc_info_dialog(GtkWidget *parent,
+ const char *format, ...) G_GNUC_PRINTF (2, 3);
-
extern void
gnc_error_dialog(GtkWidget *parent,
const char *format, ...) G_GNUC_PRINTF (2, 3);
More information about the gnucash-changes
mailing list