mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Follow up on Benoit's gcc3 fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7744 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0fef080b65
commit
f7b08d89bf
@ -729,10 +729,9 @@ on_bankpage_back (GnomeDruidPage *gnomedruidpage,
|
||||
GNOME_DRUID_PAGE (info->accountpage));
|
||||
return TRUE;
|
||||
default:
|
||||
;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
static gboolean
|
||||
on_bankpage_next (GnomeDruidPage *gnomedruidpage,
|
||||
gpointer arg1,
|
||||
@ -833,10 +832,9 @@ on_userid_back (GnomeDruidPage *gnomedruidpage,
|
||||
GNOME_DRUID_PAGE (info->accountpage));
|
||||
return TRUE;
|
||||
default:
|
||||
;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
static gboolean
|
||||
on_userid_focus_out (GtkWidget *widget,
|
||||
GdkEventFocus *event,
|
||||
@ -1006,10 +1004,9 @@ on_accountinfo_back (GnomeDruidPage *gnomedruidpage,
|
||||
GNOME_DRUID_PAGE (info->filepage));
|
||||
return TRUE;
|
||||
default:
|
||||
;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
static gboolean
|
||||
on_accountinfo_next (GnomeDruidPage *gnomedruidpage,
|
||||
gpointer arg1,
|
||||
@ -1078,10 +1075,9 @@ on_accountlist_back (GnomeDruidPage *gnomedruidpage,
|
||||
GNOME_DRUID_PAGE (info->filepage));
|
||||
return TRUE;
|
||||
default:
|
||||
;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
on_accountlist_prepare (GnomeDruidPage *gnomedruidpage,
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
#include "hbci-interaction.h"
|
||||
|
||||
static short module = MOD_IMPORT;
|
||||
/* static short module = MOD_IMPORT; */
|
||||
|
||||
HBCI_API *
|
||||
gnc_hbci_api_new (const char *filename, gboolean allowNewFile,
|
||||
@ -279,10 +279,9 @@ gnc_hbci_error_retry (GtkWidget *parent, HBCI_Error *error,
|
||||
return FALSE;
|
||||
|
||||
default:
|
||||
;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user