GNOME Bugzilla – Bug 578463
Should not use deprecated gtk_status_icon_set_tooltip
Last modified: 2009-06-13 23:16:11 UTC
Vino server is using the deprecated gtk_status_icon_set_tooltip. The function was deprecated in gtk 2.16 and should be replaced by gtk_status_icon_set_tooltip_text. This is only deprecated gtk symbol in use in vino.
Created attachment 132393 [details] [review] Replaces gtk_status_icon_set_tooltip replaces gtk_status_icon_set_tooltip with gtk_status_icon_set_tooltip_text. Also bumps gtk requirement to 2.16 in configure.in
Jonh, would you branch so this could this go in? Thanks.
Will do this next week, when I'll have Ubuntu Jaunty on my system (gtk+ 2.16)
Created attachment 133372 [details] [review] Replaces gtk_status_icon_set_tooltip Same patch but created with git format-patch HEAD^ for convenience
could this get in before 2.27.1?
Jonh: Got Jaunty? :-)
Patch committed, thanks. BTW, I'm not planning to release a 2.27.1 version, there aren't any valuable changes...
Sure, np. Just happy that this is in.