[epiphany] window-commands: remove an empty line from f007602



commit ad54b2031e5390b4726df58aeccb41b0cafc19b8
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Thu Jan 21 09:14:38 2010 -0500

    window-commands: remove an empty line from f007602
    
    Just a nitpick in Jorge's patch.

 src/window-commands.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index d26331b..f0d19d7 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -338,7 +338,7 @@ window_cmd_file_save_as (GtkAction *action,
 					EPHY_FILE_FILTER_ALL_SUPPORTED);
 
 	gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), TRUE);		
-	
+
 	g_signal_connect (dialog, "response",
 			  G_CALLBACK (save_response_cb), embed);
 



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