diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/caja-property-browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-property-browser.c b/src/caja-property-browser.c index f89b4937..9b4d708c 100644 --- a/src/caja-property-browser.c +++ b/src/caja-property-browser.c @@ -2189,7 +2189,7 @@ caja_property_browser_update_contents (CajaPropertyBrowser *property_browser) /* allocate a new container, with a scrollwindow and viewport */ property_browser->details->content_frame = gtk_scrolled_window_new (NULL, NULL); - context = gtk_widget_get_style_context (GTK_WIDGET (property_browser->details->content_frame)); + context = gtk_widget_get_style_context (property_browser->details->content_frame); gtk_style_context_add_class (context, "frame"); gtk_widget_set_vexpand (property_browser->details->content_frame, TRUE); viewport = gtk_viewport_new (NULL, NULL); |