Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69213 | Differences between
and this patch

Collapse All | Expand All

(-)dlg_config.c.orig (-1 / +1 lines)
Lines 278-284 Link Here
278
279
279
  read_config();
280
  read_config();
280
281
281
  configure_win = gtk_window_new(GTK_WINDOW_DIALOG);
282
  configure_win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
282
283
283
  gtk_signal_connect(GTK_OBJECT(configure_win), "destroy",
284
  gtk_signal_connect(GTK_OBJECT(configure_win), "destroy",
284
                     GTK_SIGNAL_FUNC(gtk_widget_destroyed), &configure_win);
285
                     GTK_SIGNAL_FUNC(gtk_widget_destroyed), &configure_win);

Return to bug 69213