comparison src/gtkprefs.c @ 8141:5efe3d9cd552

[gaim-migrate @ 8849] Daniel Atallah wants gaim to compile on win32 committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 19 Jan 2004 21:19:51 +0000
parents 4971193f761d
children 82aeed3c90f0
comparison
equal deleted inserted replaced
8140:47046ceedf0b 8141:5efe3d9cd552
1432 !strcmp(gaim_prefs_get_string("/gaim/gtk/sound/method"), 1432 !strcmp(gaim_prefs_get_string("/gaim/gtk/sound/method"),
1433 "custom")); 1433 "custom"));
1434 sound_pref_id = gaim_prefs_connect_callback("/gaim/gtk/sound/method", 1434 sound_pref_id = gaim_prefs_connect_callback("/gaim/gtk/sound/method",
1435 sound_changed_cb, hbox); 1435 sound_changed_cb, hbox);
1436 1436
1437 gaim_set_accessible_label (entry, label);
1437 #endif /* _WIN32 */ 1438 #endif /* _WIN32 */
1438 gtk_widget_show_all(ret); 1439 gtk_widget_show_all(ret);
1439 gaim_set_accessible_label (entry, label);
1440 1440
1441 return ret; 1441 return ret;
1442 } 1442 }
1443 1443
1444 static void 1444 static void