From 172d3b6800c518b14e5cc71d9f8c4c035f33dc47 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 23 Nov 2016 17:21:45 +0300 Subject: fix indent a bit --- shell/ev-sidebar-bookmarks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ev-sidebar-bookmarks.c b/shell/ev-sidebar-bookmarks.c index 916985bb..4f2c237f 100644 --- a/shell/ev-sidebar-bookmarks.c +++ b/shell/ev-sidebar-bookmarks.c @@ -478,7 +478,7 @@ ev_sidebar_bookmarks_init (EvSidebarBookmarks *sidebar_bookmarks) #if GTK_CHECK_VERSION (3, 0, 0) hbox = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL); #else - hbox = gtk_hbutton_box_new (); + hbox = gtk_hbutton_box_new (); #endif priv->add_button = gtk_button_new_from_stock (GTK_STOCK_ADD); -- cgit v1.2.1