[anjuta] anjuta: Fix --no-session switch
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] anjuta: Fix --no-session switch
- Date: Thu, 9 Dec 2010 22:41:00 +0000 (UTC)
commit 57f26c015ce9f274294a0882d215ee33b0a6a6fb
Author: Johannes Schmid <jhs gnome org>
Date: Thu Dec 9 23:11:56 2010 +0100
anjuta: Fix --no-session switch
src/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index a5d15a8..ea3881c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -193,7 +193,7 @@ main (int argc, char *argv[])
else
{
AnjutaApp *app = create_window (files, n_files,
- no_session, no_client, no_files,
+ no_splash, no_session, no_files,
proper_shutdown, anjuta_geometry);
gtk_window_set_application (GTK_WINDOW (app), GTK_APPLICATION (anjuta));
gtk_widget_show (GTK_WIDGET (app));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]