changeset 1224:0bbe3aaa6a3e

[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 <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 09 Dec 2000 02:00:38 +0000
parents 96ab3e7b7035
children 9c6dc2b2ad61
files PRPL TODO src/dialogs.c
diffstat 3 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 *).
--- 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
--- 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);