Changeset 559

Show
Ignore:
Timestamp:
04/11/08 22:34:28 (7 months ago)
Author:
kickback
Message:

sweep: fix device_config() singleton (dialog was not set to NULL when closed via the window manager)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/src/driver.c

    r557 r559  
    361361 
    362362    dialog = gtk_dialog_new (); 
     363                         
     364                                  
     365                g_signal_connect ((gpointer) dialog, "destroy",  
     366                       G_CALLBACK(gtk_widget_destroyed),  
     367                                                                                        &dialog); 
     368 
    363369    gtk_window_set_title (GTK_WINDOW(dialog), _("Sweep: audio device configuration")); 
    364370    gtk_window_set_position (GTK_WINDOW(dialog), GTK_WIN_POS_MOUSE);