Author: post
Date: 2010-05-28 16:41:15 +0200 (Fri, 28 May 2010)
New Revision: 3398
Modified:
trunk/src/gtk-interface.c
Log:
Update menu to reflect active state of toolbox, etc.
Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c 2010-05-28 14:18:07 UTC (rev 3397)
+++ trunk/src/gtk-interface.c 2010-05-28 14:41:15 UTC (rev 3398)
@@ -318,6 +318,7 @@
fullscreen = FALSE;
gui_widget_show(iconbox, show_iconbox,
CONF_SHOW_ICONBOX_FULLSCREEN, CONF_SHOW_ICONBOX);
}
+
gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(rs_core_action_group_get_action("Iconbox"))
,show_iconbox);
return(FALSE);
}
@@ -337,6 +338,7 @@
fullscreen = FALSE;
gui_widget_show(toolbox, show_toolbox,
CONF_SHOW_TOOLBOX_FULLSCREEN, CONF_SHOW_TOOLBOX);
}
+
gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(rs_core_action_group_get_action("Toolbox"))
,show_toolbox);
return(FALSE);
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit