]> granicus.if.org Git - handbrake/commit
LinGui: work around yet another gtk+-3 bug
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 25 Mar 2015 21:32:07 +0000 (21:32 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 25 Mar 2015 21:32:07 +0000 (21:32 +0000)
commit9a096f1644decc529b00e5bbd288668cf6ed36b5
treeff1c74aa5a3dcf98e1fff74998028e7c76ee7758
parent4ee00c554b11d543fb1ad1d27dcd0369e4a280b3
LinGui: work around yet another gtk+-3 bug
GtkTextView gets confused if you try to set it's contents again while
in a callback for a change to the TextView.  So prevent such behavior
by the app.  Requires updating the x264Option TextView in the background
(idle loop) rather than immediately.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7013 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/settings.c
gtk/src/videohandler.c
gtk/src/x264handler.c
gtk/src/x264handler.h