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

Diff of /xlog/src/gui_closedialog.c

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

revision 1.1 by pa4tu, Thu Apr 8 21:51:55 2004 UTC revision 1.2 by pa4tu, Sat Oct 9 12:44:54 2004 UTC
# Line 83  on_menu_close_activate (GtkMenuItem * me Line 83  on_menu_close_activate (GtkMenuItem * me
83                                  {                                  {
84                                          logwindowlist = g_list_remove (logwindowlist, logwindow);                                          logwindowlist = g_list_remove (logwindowlist, logwindow);
85                                          g_free (logwindow->logname);                                          g_free (logwindow->logname);
86                                            g_free (logwindow->filename);
87                                          g_free (logwindow);                                          g_free (logwindow);
88                                          state.logwindows--;                                          state.logwindows--;
89                                          gtk_notebook_remove_page (GTK_NOTEBOOK (mainnotebook), page);                                          gtk_notebook_remove_page (GTK_NOTEBOOK (mainnotebook), page);
# Line 93  on_menu_close_activate (GtkMenuItem * me Line 94  on_menu_close_activate (GtkMenuItem * me
94                          {                          {
95                                  logwindowlist = g_list_remove (logwindowlist, logwindow);                                  logwindowlist = g_list_remove (logwindowlist, logwindow);
96                                  g_free (logwindow->logname);                                  g_free (logwindow->logname);
97                                    g_free (logwindow->filename);
98                                  g_free (logwindow);                                  g_free (logwindow);
99                                  gtk_notebook_remove_page (GTK_NOTEBOOK (mainnotebook), page);                                  gtk_notebook_remove_page (GTK_NOTEBOOK (mainnotebook), page);
100                                  state.logwindows--;                                  state.logwindows--;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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