[nautilus] view: coding style fix
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] view: coding style fix
- Date: Sat, 30 Aug 2014 20:30:15 +0000 (UTC)
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]