Kaydet (Commit) 0292fbde authored tarafından Ivan Timofeev's avatar Ivan Timofeev

Related: fdo#56198 avoid gtk warning

Change-Id: I230c2923960862f7e705f03a5c8a5763c002256b
üst 13bfe671
......@@ -3990,7 +3990,9 @@ void GtkSalGraphics::updateSettings( AllSettings& rSettings )
gboolean showmenuicons = true, primarybuttonwarps = false;
g_object_get( pSettings,
"gtk-menu-images", &showmenuicons,
#if GTK_CHECK_VERSION(2,24,0)
"gtk-primary-button-warps-slider", &primarybuttonwarps,
#endif
(char *)NULL );
aStyleSet.SetPreferredUseImagesInMenus(showmenuicons);
aStyleSet.SetPrimaryButtonWarpsSlider(primarybuttonwarps);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment