comparison src/xs_about.c @ 909:84394ee26545

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Nov 2012 12:29:16 +0200
parents f1b33b5e153d
children 9bd29db2d1bf
comparison
equal deleted inserted replaced
908:8b4c016802ea 909:84394ee26545
69 GtkWidget *alignment6; 69 GtkWidget *alignment6;
70 GtkWidget *about_close; 70 GtkWidget *about_close;
71 gchar tmpStr[64]; 71 gchar tmpStr[64];
72 72
73 /* Check if there already is an open about window */ 73 /* Check if there already is an open about window */
74 if (xs_aboutwin != NULL) { 74 if (xs_aboutwin != NULL)
75 {
75 XS_WINDOW_PRESENT(xs_aboutwin); 76 XS_WINDOW_PRESENT(xs_aboutwin);
76 return; 77 return;
77 } 78 }
78 79
79 /* No, create one ... */ 80 /* No, create one ... */