[epiphany] ephy-embed: minor style fix



commit 66e555c5c4fac1c2f10c172c464a48847d13f66f
Author: Diego Escalante Urrelo <diegoe gnome org>
Date:   Tue Dec 29 00:32:49 2009 -0500

    ephy-embed: minor style fix
    
    Bug #605091

 embed/ephy-embed.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 038164c..393d822 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -675,9 +675,8 @@ confirm_action_from_mime (WebKitWebView *web_view,
       helper_app = g_app_info_get_default_for_type (content_type, FALSE);
       mime_permission = ephy_file_check_mime (content_type);
 
-      if (helper_app) {
+      if (helper_app)
         action = DOWNLOAD_ACTION_OPEN;
-      }
     }
   }
 



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