changeset 12589:42ea8c3de6de

[gaim-migrate @ 14918] A bit o' honey that Sean missed when removing the per-account status boxes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 21 Dec 2005 03:43:49 +0000
parents cce0e97b36c2
children 88c75956dbbf
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Wed Dec 21 03:25:29 2005 +0000
+++ b/src/gtkblist.c	Wed Dec 21 03:43:49 2005 +0000
@@ -3441,20 +3441,11 @@
 {
 	if (!gtkblist)
 		return;
-	
+
 	update_menu_bar(gtkblist);
 }
 
 static gboolean
-pane_position_cb(GtkPaned *paned, GParamSpec *param_spec, gpointer data)
-{
-	gaim_prefs_set_int("/gaim/gtk/blist/pane",
-	                   gtk_paned_get_position(paned));
-
-	return FALSE;
-}
-
-static gboolean
 gtk_blist_window_key_press_cb(GtkWidget *w, GdkEventKey *event, GaimGtkBuddyList *gtkblist)
 {
 	GtkWidget *imhtml;
@@ -4991,7 +4982,6 @@
 	gaim_prefs_add_int("/gaim/gtk/blist/y", 0);
 	gaim_prefs_add_int("/gaim/gtk/blist/width", 309); /* Golden ratio, baby */
 	gaim_prefs_add_int("/gaim/gtk/blist/height", 500); /* Golden ratio, baby */
-	gaim_prefs_add_int("/gaim/gtk/blist/pane", 300);
 	gaim_prefs_add_int("/gaim/gtk/blist/tooltip_delay", 500);
 
 	/* Register our signals */