[glade/modern-ui: 28/31] Do not open a new project by default
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/modern-ui: 28/31] Do not open a new project by default
- Date: Fri, 14 Jul 2017 17:22:52 +0000 (UTC)
commit 1561386453bba17bb21024277b69fc33c3d6e988
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Sat Jul 8 21:47:16 2017 -0300
Do not open a new project by default
src/main.c | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 3646de0..555b437 100644
--- a/src/main.c
+++ b/src/main.c
@@ -74,7 +74,6 @@ main (int argc, char *argv[])
GOptionContext *option_context;
GOptionGroup *option_group;
GError *error = NULL;
- gboolean opened_project = FALSE;
GTimer *timer = NULL;
#ifdef ENABLE_NLS
@@ -175,10 +174,7 @@ main (int argc, char *argv[])
if (verbose) g_timer_start (timer);
if (g_file_test (files[i], G_FILE_TEST_EXISTS) != FALSE)
- {
- if (glade_window_open_project (window, files[i]))
- opened_project = TRUE;
- }
+ glade_window_open_project (window, files[i]);
else
g_warning (_("Unable to open '%s', the file does not exist.\n"),
files[i]);
@@ -194,9 +190,6 @@ main (int argc, char *argv[])
}
if (verbose) g_timer_destroy (timer);
-
- if (!opened_project)
- glade_window_new_project (window);
glade_window_registration_notify_user (window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]