comparison src/aim.c @ 4481:b30b0a02ada0

[gaim-migrate @ 4756] The last of gtk-related code is out of the conversation framework. There are now functions to set and retrieve the conversation window UI operations structures that will be used in all windows. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 30 Jan 2003 21:25:24 +0000
parents 801830dec409
children
comparison
equal deleted inserted replaced
4480:a4a87d79c67c 4481:b30b0a02ada0
517 if (smiley_themes) { 517 if (smiley_themes) {
518 struct smiley_theme *smile = smiley_themes->data; 518 struct smiley_theme *smile = smiley_themes->data;
519 load_smiley_theme(smile->path, TRUE); 519 load_smiley_theme(smile->path, TRUE);
520 } 520 }
521 } 521 }
522
523 gaim_set_win_ui_ops(gaim_get_gtk_window_ui_ops());
522 524
523 setup_stock(); 525 setup_stock();
524 526
525 #ifndef _WIN32 527 #ifndef _WIN32
526 /* use the nice PNG icon for all the windows */ 528 /* use the nice PNG icon for all the windows */