/[xlog]/xlog/src/main.c
ViewVC logotype

Diff of /xlog/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by pa4tu, Sat Oct 9 12:22:03 2004 UTC revision 1.57 by pa4tu, Sat Oct 9 15:08:36 2004 UTC
# Line 195  main (int argc, char *argv[]) Line 195  main (int argc, char *argv[])
195          gchar *xlogfile, *xlogbackupfile, *temp, *logstoload, **loglist = NULL;          gchar *xlogfile, *xlogbackupfile, *temp, *logstoload, **loglist = NULL;
196          gint i, ctyresult;          gint i, ctyresult;
197          gboolean showmainwindow = TRUE, logsfromprefs = FALSE;          gboolean showmainwindow = TRUE, logsfromprefs = FALSE;
198          logtype *logwindow;          logtype *logwindow = NULL;
199          LOGDB *lp = NULL;          LOGDB *lp = NULL;
200    
201  #if WANT_HAMLIB  #if WANT_HAMLIB
# Line 317  main (int argc, char *argv[]) Line 317  main (int argc, char *argv[])
317    
318          /* first page has focus */          /* first page has focus */
319          if (lp && i > 0)          if (lp && i > 0)
         {  
320                  logwindow = g_list_nth_data (logwindowlist, 0);                  logwindow = g_list_nth_data (logwindowlist, 0);
321                  set_qsoframe (logwindow);          set_qsoframe (logwindow);
         }  
322    
323          /* we have to set the labels of the unknown fields, wether they are visible or not */          /* we have to set the labels of the unknown fields, wether they are visible or not */
324          unknownlabel1 = lookup_widget (mainwindow, "unknownlabel1");          unknownlabel1 = lookup_widget (mainwindow, "unknownlabel1");

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26