comparison src/xs_config.c @ 897:cfc20df88401

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 08:24:46 +0200
parents 911401ea2145
children 212d4738438d
comparison
equal deleted inserted replaced
896:911401ea2145 897:cfc20df88401
1032 (void) button; 1032 (void) button;
1033 (void) user_data; 1033 (void) user_data;
1034 1034
1035 /* Selection was accepted! */ 1035 /* Selection was accepted! */
1036 gtk_entry_set_text(GTK_ENTRY(LUW("cfg_sld_dbpath")), 1036 gtk_entry_set_text(GTK_ENTRY(LUW("cfg_sld_dbpath")),
1037 gtk_file_selection_get_filename(GTK_FILE_SELECTION(xs_sldb_fileselector))); 1037 gtk_file_selection_get_filename(GTK_FILE_SELECTION(xs_sldb_fileselector)));
1038 1038
1039 /* Close file selector window */ 1039 /* Close file selector window */
1040 gtk_widget_destroy(xs_sldb_fileselector); 1040 gtk_widget_destroy(xs_sldb_fileselector);
1041 xs_sldb_fileselector = NULL; 1041 xs_sldb_fileselector = NULL;
1042 } 1042 }