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

Diff of /xlog/src/callbacks_qsoframe.c

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

revision 1.7 by pa4tu, Tue Nov 12 19:15:06 2002 UTC revision 1.8 by pa4tu, Tue Nov 12 19:42:36 2002 UTC
# Line 132  static void updateb4dialog(gchar *callsi Line 132  static void updateb4dialog(gchar *callsi
132                          gtk_clist_clear(GTK_CLIST(b4clist));                          gtk_clist_clear(GTK_CLIST(b4clist));
133                          b4 = g_new0(gchar *, 7);                          b4 = g_new0(gchar *, 7);
134                          for (j = 0; j < 7; j++) b4[j] = g_new0(gchar, 100);                          for (j = 0; j < 7; j++) b4[j] = g_new0(gchar, 100);
135                            gtk_clist_freeze(GTK_CLIST(b4clist));
136                          for (i = 0; i < g_list_length(logwindowlist); i++)                          for (i = 0; i < g_list_length(logwindowlist); i++)
137                          {                          {
138                                  logwindow = g_list_nth_data(logwindowlist, i);                                  logwindow = g_list_nth_data(logwindowlist, i);
# Line 158  static void updateb4dialog(gchar *callsi Line 159  static void updateb4dialog(gchar *callsi
159                                          }                                          }
160                                  }                                  }
161                          }                          }
162                            gtk_clist_thaw(GTK_CLIST(b4clist));
163                          for (j = 0; j < 7; j++) g_free(b4[j]);                          for (j = 0; j < 7; j++) g_free(b4[j]);
164                          g_free(b4);                          g_free(b4);
165                  }                  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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