app: Conditionally assign show_menu
This commit is contained in:
@ -98,11 +98,11 @@ window_actions_update (GimpActionGroup *group,
|
|||||||
|
|
||||||
display = gtk_widget_get_display (window);
|
display = gtk_widget_get_display (window);
|
||||||
|
|
||||||
|
#ifndef GIMP_UNSTABLE
|
||||||
show_menu = (gdk_display_get_n_screens (display) > 1);
|
show_menu = (gdk_display_get_n_screens (display) > 1);
|
||||||
|
#else
|
||||||
#ifdef GIMP_UNSTABLE
|
|
||||||
show_menu = TRUE;
|
show_menu = TRUE;
|
||||||
#endif
|
#endif /* !GIMP_UNSTABLE */
|
||||||
|
|
||||||
if (! show_menu)
|
if (! show_menu)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user