[Xfce-bugs] [Bug 15873] Unification of "close multi tab" dialog

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Oct 12 19:59:13 CEST 2019


https://bugzilla.xfce.org/show_bug.cgi?id=15873

--- Comment #20 from Reuben Green <reubengreen73 at gmail.com> ---
Thanks Alex!

So to drop gtk2 support, is it mostly a case of removing #ifdef etc blocks that
provide gtk2 code? Eg replacing blocks of the form

#if GTK_CHECK_VERSION (3, 0, 0)
  XXX
#else
  YYY
#endif

with just XXX. If so I could have a go at that. Of course there would also need
to be changes in configure.in.ac and related files, but I'd probably need help
with that since anything autotools-related is incomprehensible witchcraft as
far as I'm concerned :).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list