Bug 47972 - [GTK] use gtk_widget_hide instead of gtk_widget_hide_all in the fullscreen video conroller
Summary: [GTK] use gtk_widget_hide instead of gtk_widget_hide_all in the fullscreen vi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 00:25 PDT by Philippe Normand
Modified: 2010-10-20 00:53 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.96 KB, patch)
2010-10-20 00:43 PDT, Philippe Normand
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2010-10-20 00:25:55 PDT
hide_all has been deprecated in GTK+3, we should use gtk_widget_hide instead
Comment 1 Philippe Normand 2010-10-20 00:43:33 PDT
Created attachment 71260 [details]
proposed patch
Comment 2 Xan Lopez 2010-10-20 00:45:30 PDT
Comment on attachment 71260 [details]
proposed patch

r=me
Comment 3 Philippe Normand 2010-10-20 00:53:09 PDT
Committed r70133: <http://trac.webkit.org/changeset/70133>