Mercurial > pidgin
comparison src/main.c @ 5875:448f2f4ca3ec
[gaim-migrate @ 6307]
Rewrote the pounce framework.. yes, again. But now it saves! OOhh!! Neato.
Things are cleaner too. AND I CHANGED THE OK BUTTON TO SAVE!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 15 Jun 2003 02:03:23 +0000 |
| parents | 964e4f94fc56 |
| children | 390d32a6b130 |
comparison
equal
deleted
inserted
replaced
| 5874:964e4f94fc56 | 5875:448f2f4ca3ec |
|---|---|
| 40 #include "gtkconn.h" | 40 #include "gtkconn.h" |
| 41 #include "gtkconv.h" | 41 #include "gtkconv.h" |
| 42 #include "gtkdebug.h" | 42 #include "gtkdebug.h" |
| 43 #include "gtkft.h" | 43 #include "gtkft.h" |
| 44 #include "gtknotify.h" | 44 #include "gtknotify.h" |
| 45 #include "gtkpounce.h" | |
| 45 #include "gtkprefs.h" | 46 #include "gtkprefs.h" |
| 46 #include "gtkrequest.h" | 47 #include "gtkrequest.h" |
| 47 #include "gtksound.h" | 48 #include "gtksound.h" |
| 48 #include "stock.h" | 49 #include "stock.h" |
| 49 | 50 |
| 853 gaim_set_connection_ui_ops(gaim_get_gtk_connection_ui_ops()); | 854 gaim_set_connection_ui_ops(gaim_get_gtk_connection_ui_ops()); |
| 854 | 855 |
| 855 gaim_conversation_init(); | 856 gaim_conversation_init(); |
| 856 gaim_proxy_init(); | 857 gaim_proxy_init(); |
| 857 gaim_sound_init(); | 858 gaim_sound_init(); |
| 859 gaim_pounces_init(); | |
| 858 | 860 |
| 859 gaim_gtk_conversation_init(); | 861 gaim_gtk_conversation_init(); |
| 862 gaim_gtk_pounces_init(); | |
| 860 | 863 |
| 861 plugin_search_paths[0] = LIBDIR; | 864 plugin_search_paths[0] = LIBDIR; |
| 862 plugin_search_paths[1] = gaim_user_dir(); | 865 plugin_search_paths[1] = gaim_user_dir(); |
| 863 plugin_search_paths[2] = g_strdup_printf("%s/plugins", gaim_user_dir()); | 866 plugin_search_paths[2] = g_strdup_printf("%s/plugins", gaim_user_dir()); |
| 864 | 867 |
