[cheese] Removed unnecessary if{} in local_command_line()



commit 80c63ed10ae2e63b3f089e861c08c75f955c8651
Author: Patricia Santana Cruz <patriciasc openismus com>
Date:   Thu Feb 24 15:44:21 2011 +0100

    Removed unnecessary if{} in local_command_line()

 data/gtkrc           |    9 ---------
 src/cheese-main.vala |    3 ---
 2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/cheese-main.vala b/src/cheese-main.vala
index 2755177..9dbdc81 100644
--- a/src/cheese-main.vala
+++ b/src/cheese-main.vala
@@ -131,12 +131,9 @@ public class Cheese.Main : Gtk.Application
       //Remote instance process commands locally.
       if (get_is_remote ())
       {
-        if ((version) || (wide) || (fullscreen))
-        {
           stdout.printf (_("Another instance of Cheese is currently running\n"));
           exit_status = 1;
           return true;
-        }
       }
       //Primary instance.
       else



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