summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-08-30 12:23:53 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-08-30 12:23:53 -0700
commit3ab327b2c24107f1e131770039fc6790cee8e350 (patch)
tree6df93344ade4499d34d027bb968de66d42878dbc
parentecf99c3be6813b875c793dd474ac4e7c2c7833da (diff)
downloadnautilus-3ab327b2c24107f1e131770039fc6790cee8e350.tar.gz
view: coding style fix
-rw-r--r--src/nautilus-view.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index ee6ff9e24..20590c444 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -8551,8 +8551,7 @@ real_update_menus (NautilusView *view)
NAUTILUS_VIEW_POPUP_PATH_OPEN);
/* Only force displaying the icon if it is an application icon */
- gtk_image_menu_item_set_always_show_image (
- GTK_IMAGE_MENU_ITEM (menuitem), app_icon != NULL);
+ gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), app_icon != NULL);
if (app_icon == NULL) {
app_icon = g_themed_icon_new ("gtk-open");