[nautilus] view: coding style fix



commit 3ab327b2c24107f1e131770039fc6790cee8e350
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Aug 30 12:23:53 2014 -0700

    view: coding style fix

 src/nautilus-view.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index ee6ff9e..20590c4 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");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]