# HG changeset patch # User Eric Warmenhoven # Date 976327238 0 # Node ID 0bbe3aaa6a3e3264949818eb7617934861eb327c # Parent 96ab3e7b703517a94b063a890c049cd2e351c933 [gaim-migrate @ 1234] all the pretty chicks with the crimson lips say "decklin rocks!" "decklin rocks!" sorry, i got the drew carrey theme song stuck in my head. committer: Tailor Script diff -r 96ab3e7b7035 -r 0bbe3aaa6a3e PRPL --- a/PRPL Sat Dec 09 00:09:19 2000 +0000 +++ b/PRPL Sat Dec 09 02:00:38 2000 +0000 @@ -25,8 +25,8 @@ load_protocol(my_proto_init); -and return a non-negative int. Then compile as a plugin, load the .so file, and you're set. If you're -going to load it statically, extern the my_proto_init function, and in prpl.c, call load_protocol. +and return NULL. Then compile as a plugin, load the .so file, and you're set. If you're going to +load it statically, extern the my_proto_init function, and in prpl.c, call load_protocol. Your PRPL needs to have a login function, which ideally should set up a gdk_input watcher. When you want to indicate that the account is online, simply call account_online(struct gaim_connection *). diff -r 96ab3e7b7035 -r 0bbe3aaa6a3e TODO --- a/TODO Sat Dec 09 00:09:19 2000 +0000 +++ b/TODO Sat Dec 09 02:00:38 2000 +0000 @@ -1,10 +1,6 @@ --- STUFF FOR 0.11.1 RELEASE --- Execute Command on Buddy Pounce - The about window is very ugly. I think this shall be fixed. - You know, I really like the gnome look to some apps - but I dont want to tie gnome into gaim. oh life sucks - sometimes hehe. Syd is cool and gave all of these ideas: Have multiple tickers in the same window, one for buddies diff -r 96ab3e7b7035 -r 0bbe3aaa6a3e src/dialogs.c --- a/src/dialogs.c Sat Dec 09 00:09:19 2000 +0000 +++ b/src/dialogs.c Sat Dec 09 02:00:38 2000 +0000 @@ -3123,11 +3123,11 @@ gtk_widget_show(tbox); frame = gtk_frame_new(_("New away message")); - gtk_container_set_border_width(GTK_CONTAINER(frame), 0); gtk_box_pack_start(GTK_BOX(tbox), frame, TRUE, TRUE, 0); gtk_widget_show(frame); fbox = gtk_vbox_new(FALSE, 5); + gtk_container_set_border_width(GTK_CONTAINER(fbox), 5); gtk_container_add(GTK_CONTAINER(frame), fbox); gtk_widget_show(fbox);