"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "gnucash/gnome-utils/gnc-window.c" between
gnucash-5.0.tar.bz2 and gnucash-5.1.tar.bz2

About: GnuCash is personal and small-business financial-accounting software.

gnc-window.c  (gnucash-5.0.tar.bz2):gnc-window.c  (gnucash-5.1.tar.bz2)
skipping to change at line 140 skipping to change at line 140
{ {
g_return_val_if_fail (GNC_WINDOW(window), NULL); g_return_val_if_fail (GNC_WINDOW(window), NULL);
/* optional */ /* optional */
if (GNC_WINDOW_GET_IFACE(window)->get_menubar_model == NULL) if (GNC_WINDOW_GET_IFACE(window)->get_menubar_model == NULL)
return NULL; return NULL;
return GNC_WINDOW_GET_IFACE(window)->get_menubar_model (window); return GNC_WINDOW_GET_IFACE(window)->get_menubar_model (window);
} }
GtkAccelGroup *
gnc_window_get_accel_group (GncWindow *window)
{
g_return_val_if_fail (GNC_WINDOW(window), NULL);
/* optional */
if (GNC_WINDOW_GET_IFACE(window)->get_accel_group == NULL)
return NULL;
return GNC_WINDOW_GET_IFACE(window)->get_accel_group (window);
}
/************************************************************ /************************************************************
* Auxiliary status bar functions * * Auxiliary status bar functions *
************************************************************/ ************************************************************/
void void
gnc_window_update_status (GncWindow *window, GncPluginPage *page) gnc_window_update_status (GncWindow *window, GncPluginPage *page)
{ {
GtkWidget *statusbar; GtkWidget *statusbar;
const gchar *message; const gchar *message;
 End of changes. 1 change blocks. 
0 lines changed or deleted 11 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)