[Gnucash-changes] Eliminate a couiple of compiler warning messages.

David Hampton hampton at cvs.gnucash.org
Mon May 3 01:32:51 EDT 2004


Log Message:
-----------
Eliminate a couiple of compiler warning messages.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/import-export/hbci:
        druid-hbci-initial.c

Revision Data
-------------
Index: druid-hbci-initial.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/import-export/hbci/druid-hbci-initial.c,v
retrieving revision 1.26.4.8
retrieving revision 1.26.4.9
diff -Lsrc/import-export/hbci/druid-hbci-initial.c -Lsrc/import-export/hbci/druid-hbci-initial.c -u -r1.26.4.8 -r1.26.4.9
--- src/import-export/hbci/druid-hbci-initial.c
+++ src/import-export/hbci/druid-hbci-initial.c
@@ -1957,7 +1957,7 @@
     info->serverpage = page;
     info->server_vbox = glade_xml_get_widget(xml, "iniletter_server_vbox");
     info->server_frame = glade_xml_get_widget(xml, "iniletter_server_frame");
-    info->server_html = gnc_html_new(info->window);
+    info->server_html = gnc_html_new(GTK_WINDOW(info->window));
     gtk_container_add (GTK_CONTAINER (info->server_frame), 
 		       gnc_html_get_widget (info->server_html));
 
@@ -1988,7 +1988,7 @@
     page = glade_xml_get_widget(xml, "iniletter_user_page");
     info->user_vbox = glade_xml_get_widget(xml, "iniletter_user_vbox");
     info->user_frame = glade_xml_get_widget(xml, "iniletter_user_frame");
-    info->user_html = gnc_html_new(info->window);
+    info->user_html = gnc_html_new(GTK_WINDOW(info->window));
     gtk_container_add (GTK_CONTAINER (info->user_frame), 
 		       gnc_html_get_widget (info->user_html));
 


More information about the Gnucash-changes mailing list