mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make a function static. Remove extraneous printf.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12002 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1ce867b3e3
commit
5340707a9a
@ -1,5 +1,8 @@
|
|||||||
2005-11-20 David Hampton <hampton@employees.org>
|
2005-11-20 David Hampton <hampton@employees.org>
|
||||||
|
|
||||||
|
*src/gnome-utils/dialog-reset-warnings.c: Make a function
|
||||||
|
static. Remove extraneous printf.
|
||||||
|
|
||||||
*/src/gnome-utils/preferences.glade: Fix a typo.
|
*/src/gnome-utils/preferences.glade: Fix a typo.
|
||||||
|
|
||||||
* src/report/report-gnome/window-report.c: Use a GtkMessageDialog
|
* src/report/report-gnome/window-report.c: Use a GtkMessageDialog
|
||||||
|
@ -250,9 +250,7 @@ gnc_reset_warnings_add_one (GConfEntry *entry, GtkWidget *box)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
static void
|
||||||
gnc_reset_warnings_add_section (const gchar *section, GtkWidget *box);
|
|
||||||
void
|
|
||||||
gnc_reset_warnings_add_section (const gchar *section, GtkWidget *box)
|
gnc_reset_warnings_add_section (const gchar *section, GtkWidget *box)
|
||||||
{
|
{
|
||||||
GSList *entries, *tmp;
|
GSList *entries, *tmp;
|
||||||
@ -355,7 +353,6 @@ gnc_reset_warnings_dialog (GtkWidget *main_window)
|
|||||||
DEBUG("Opening dialog-reset-warnings.glade:");
|
DEBUG("Opening dialog-reset-warnings.glade:");
|
||||||
xml = gnc_glade_xml_new("dialog-reset-warnings.glade", "Reset Warnings");
|
xml = gnc_glade_xml_new("dialog-reset-warnings.glade", "Reset Warnings");
|
||||||
dialog = glade_xml_get_widget(xml, "Reset Warnings");
|
dialog = glade_xml_get_widget(xml, "Reset Warnings");
|
||||||
printf("autoconnect\n");
|
|
||||||
glade_xml_signal_autoconnect_full(xml, gnc_glade_autoconnect_full_func,
|
glade_xml_signal_autoconnect_full(xml, gnc_glade_autoconnect_full_func,
|
||||||
dialog);
|
dialog);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user