https://bugzilla.novell.com/show_bug.cgi?id=802309 https://bugzilla.novell.com/show_bug.cgi?id=802309#c2 Michael Meeks <mmeeks@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Michael Meeks <mmeeks@suse.com> 2013-02-14 10:08:29 UTC --- We should integrate with that already since LibreOffice 4.0 gboolean showmenuicons = true, primarybuttonwarps = false; g_object_get( pSettings, "gtk-menu-images", &showmenuicons, (char *)NULL ); if( g_object_class_find_property( G_OBJECT_GET_CLASS(pSettings), "gtk-primary-button-warps-slider") ) { g_object_get( pSettings, "gtk-primary-button-warps-slider", &primarybuttonwarps, (char *)NULL ); } aStyleSet.SetPreferredUseImagesInMenus(showmenuicons); aStyleSet.SetPrimaryButtonWarpsSlider(primarybuttonwarps); Is there some bug with that ? any chance you could verify that it works with the LibreOffice:UNSTABLE packages ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.