! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Fix various warnings with Gtk3
Status:
RESOLVED: FIXED
Product:
Xfce4-panel
Component:
General

Comments

Description Olivier Duchateau 2018-01-02 15:20:11 CET
Created attachment 7517 
Fix some warnings

Patch provides fixes for some deprecated functions:

- replace 'gtk_menu_popup' by 'gtk_menu_popup_at_pointer' or 'gtk_menu_popup_at_widget'
- 'gtk_dialog_set_alternative_button_order' is only for Gtk+ <3.x (bug #14129)
Comment 1 Git Bot editbugs 2018-01-02 21:22:04 CET
Olivier Duchateau referenced this bugreport in commit 43dfa79865eed5948c62847b1d03a8010e13d9a2

Fix various warnings with Gtk3 (Bug #14135)

https://git.xfce.org/xfce/xfce4-panel/commit?id=43dfa79865eed5948c62847b1d03a8010e13d9a2
Comment 2 Simon Steinbeiss editbugs 2018-01-02 21:23:06 CET
Thanks a lot for the patch! As we will soon bump the target Gtk+3 version of Xfce 4.14 to 3.22 I will probably drop the ifdefs for the final release.
Comment 3 Git Bot editbugs 2018-01-03 00:56:49 CET
Simon Steinbeiss referenced this bugreport in commit bffe11c318b8290a6be24330f0a516757ea1ca70

Try to fix menu positioning with Gtk3.22

https://git.xfce.org/xfce/xfce4-panel/commit?id=bffe11c318b8290a6be24330f0a516757ea1ca70

Bug #14135

Reported by:
Olivier Duchateau
Reported on: 2018-01-02
Last modified on: 2018-01-03

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
4.13.2

Attachments

Fix some warnings (13.69 KB, patch)
2018-01-02 15:20 CET , Olivier Duchateau
no flags

Additional information