From 37141ac197eaefeae9dada0bcc1c429ff584df44 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 1 Sep 2006 23:48:25 +0000 Subject: GEMMA largely working. Fixed broken expressions with white space. --- main.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index f39e133..038dd49 100644 --- a/main.c +++ b/main.c @@ -38,6 +38,8 @@ static const char ident[]="$Id$"; int main (int argc, char *argv[]) { + int f; + GtkWidget *top_window; gtk_set_locale (); @@ -48,7 +50,6 @@ int main (int argc, char *argv[]) DialogParent(top_window); GEMMA_Init(top_window); - GEMMA_UpdateDisplay(UPDATE_ALL_VIEWS); AppendText(lookup_widget(top_window,"log_view"), "GEMMA, Copyright (C) 2006 Ian Cowburn\n" @@ -57,7 +58,17 @@ int main (int argc, char *argv[]) "to redistribute it under certain conditions;\n" "See the GNU General Public License for details.\n"); - gtk_main (); + for(f=1;f