Mercurial > audlegacy
comparison src/audacious/ui_main.c @ 2709:47ea8eedd428 trunk
[svn] - drop controlsocket code. this probably does not compile yet.
author | nenolod |
---|---|
date | Wed, 09 May 2007 14:03:11 -0700 |
parents | b47f5577bea0 |
children | 6884a2144a01 |
comparison
equal
deleted
inserted
replaced
2708:b66e6a928a6e | 2709:47ea8eedd428 |
---|---|
57 | 57 |
58 #include "actions-mainwin.h" | 58 #include "actions-mainwin.h" |
59 | 59 |
60 #include "main.h" | 60 #include "main.h" |
61 | 61 |
62 #include "controlsocket.h" | |
63 #include "dnd.h" | 62 #include "dnd.h" |
64 #include "dock.h" | 63 #include "dock.h" |
65 #include "genevent.h" | 64 #include "genevent.h" |
66 #include "hints.h" | 65 #include "hints.h" |
67 #include "input.h" | 66 #include "input.h" |
441 | 440 |
442 g_source_remove(mainwin_timeout_id); | 441 g_source_remove(mainwin_timeout_id); |
443 | 442 |
444 bmp_config_save(); | 443 bmp_config_save(); |
445 gtk_accel_map_save(bmp_paths[BMP_PATH_ACCEL_FILE]); | 444 gtk_accel_map_save(bmp_paths[BMP_PATH_ACCEL_FILE]); |
446 | |
447 ctrlsocket_cleanup(); | |
448 | 445 |
449 plugin_system_cleanup(); | 446 plugin_system_cleanup(); |
450 | 447 |
451 playlist_stop_get_info_thread(); | 448 playlist_stop_get_info_thread(); |
452 | 449 |