[eog] EogWindow: Indentation fix



commit 202ac1a64f2dd851157d51ca90c1240b8eb3faec
Author: Felix Riemann <friemann gnome org>
Date:   Sat Mar 15 12:30:32 2014 +0100

    EogWindow: Indentation fix

 src/eog-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 4da941e..b6573df 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -2847,8 +2847,8 @@ eog_job_save_cb (EogJobSave *job, gpointer user_data)
        /* check if job contains any error */
        if (EOG_JOB (job)->error == NULL) {
                update_status_bar (window);
-                gtk_window_set_title (GTK_WINDOW (window),
-                                      eog_image_get_caption (job->current_image));
+               gtk_window_set_title (GTK_WINDOW (window),
+                                     eog_image_get_caption (job->current_image));
 
                gtk_action_set_sensitive (action_save, FALSE);
        } else {


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