[nautilus: 14/18] spatial-window: port to GtkStyleContext
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus: 14/18] spatial-window: port to GtkStyleContext
- Date: Mon, 6 Dec 2010 14:58:10 +0000 (UTC)
commit 507b56e3a527e28117b259dbf0dce48f1656dd7d
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Dec 6 15:53:51 2010 +0100
spatial-window: port to GtkStyleContext
src/nautilus-spatial-window.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/nautilus-spatial-window.c b/src/nautilus-spatial-window.c
index ca7c088..f57d98d 100644
--- a/src/nautilus-spatial-window.c
+++ b/src/nautilus-spatial-window.c
@@ -933,7 +933,6 @@ static const char* icon_entries[] = {
static void
nautilus_spatial_window_init (NautilusSpatialWindow *window)
{
- GtkRcStyle *rc_style;
GtkWidget *arrow;
GtkWidget *hbox, *vbox;
GtkActionGroup *action_group;
@@ -979,11 +978,6 @@ nautilus_spatial_window_init (NautilusSpatialWindow *window)
window);
gtk_button_set_relief (GTK_BUTTON (window->details->location_button),
GTK_RELIEF_NORMAL);
- rc_style = gtk_widget_get_modifier_style (window->details->location_button);
- rc_style->xthickness = 0;
- rc_style->ythickness = 0;
- gtk_widget_modify_style (window->details->location_button,
- rc_style);
gtk_widget_show (window->details->location_button);
hbox = gtk_hbox_new (FALSE, 3);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]