diff -r cd87903b6131 -r 8b98683319e7 pidgin/plugins/timestamp.c --- a/pidgin/plugins/timestamp.c Wed Apr 11 13:35:46 2007 +0000 +++ b/pidgin/plugins/timestamp.c Wed Apr 11 13:38:05 2007 +0000 @@ -31,6 +31,7 @@ #include "gtkimhtml.h" #include "gtkplugin.h" +#include "gtkprefs.h" #include "gtkutils.h" #define TIMESTAMP_PLUGIN_ID "gtk-timestamp" @@ -63,7 +64,7 @@ if (((y + height) - (rect.y + rect.height)) > height && gtk_text_buffer_get_char_count(buffer)) { gboolean smooth = purple_prefs_get_bool( - "/purple/gtk/conversations/use_smooth_scrolling"); + PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling"); gtk_imhtml_scroll_to_end(GTK_IMHTML(imhtml), smooth); } }