Derek Atkins' patch to fix compiling with --disable-guppi.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3630 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-02-09 22:04:23 +00:00
parent 19f65b1b00
commit 999ceb2a5d

View File

@ -593,6 +593,7 @@ gnc_html_guppi_redraw_cb(GtkHTMLEmbedded * eb,
gpointer data) { gpointer data) {
/* nothing special to do */ /* nothing special to do */
} }
#endif /* USE_GUPPI */
static char * static char *
unescape_newlines(const gchar * in) { unescape_newlines(const gchar * in) {
@ -614,7 +615,6 @@ unescape_newlines(const gchar * in) {
*op = 0; *op = 0;
return retval; return retval;
} }
#endif /* USE_GUPPI */
/******************************************************************** /********************************************************************
@ -687,6 +687,7 @@ gnc_html_object_requested_cb(GtkHTML * html, GtkHTMLEmbedded * eb,
retval = FALSE; retval = FALSE;
} }
} }
#if USE_GPG
else if(!strcmp(eb->classid, "gnc-crypted-html")) { else if(!strcmp(eb->classid, "gnc-crypted-html")) {
/* we just want to take the data and stuff it into the widget, /* we just want to take the data and stuff it into the widget,
blowing away the active streams. crypted-html contains a blowing away the active streams. crypted-html contains a
@ -707,6 +708,7 @@ gnc_html_object_requested_cb(GtkHTML * html, GtkHTMLEmbedded * eb,
g_free(cleartext); g_free(cleartext);
g_free(cryptext); g_free(cryptext);
} }
#endif /* USE_GPG */
#if 0 && defined(USE_GUPPI) #if 0 && defined(USE_GUPPI)
if(widg) { if(widg) {