[nautilus] window-menus: fix indentation
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] window-menus: fix indentation
- Date: Mon, 21 Feb 2011 00:15:57 +0000 (UTC)
commit 945ff33b72928e13b2206ccb869f63420cd9de94
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sun Feb 20 19:14:47 2011 -0500
window-menus: fix indentation
src/nautilus-window-menus.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-window-menus.c b/src/nautilus-window-menus.c
index bffc409..125d62f 100644
--- a/src/nautilus-window-menus.c
+++ b/src/nautilus-window-menus.c
@@ -543,7 +543,7 @@ action_back_callback (GtkAction *action,
gpointer user_data)
{
nautilus_window_back_or_forward (NAUTILUS_WINDOW (user_data),
- TRUE, 0, nautilus_event_should_open_in_new_tab ());
+ TRUE, 0, nautilus_event_should_open_in_new_tab ());
}
static void
@@ -551,7 +551,7 @@ action_forward_callback (GtkAction *action,
gpointer user_data)
{
nautilus_window_back_or_forward (NAUTILUS_WINDOW (user_data),
- FALSE, 0, nautilus_event_should_open_in_new_tab ());
+ FALSE, 0, nautilus_event_should_open_in_new_tab ());
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]