summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-08-28 01:30:07 -0500
committerGary Kramlich <grim@reaperworld.com>2022-08-28 01:30:07 -0500
commitcf3168e9f4ad5fe882f1d0aae94dc0d5ebf49217 (patch)
treee13c1a4918c73b5cf2c969f9ddabb826b3fb692a /pidgin/gtkconv.h
parentbc6201d2784a23cf791c0474c3a24989dced6dc9 (diff)
downloadpidgin-cf3168e9f4ad5fe882f1d0aae94dc0d5ebf49217.tar.gz
Use the new TalkatuAutoScroller adjustment on the converation history.
The auto scroll is working, but the keybindings for page up and page down are not working for reasons I haven't tracked down yet. Testing Done: Sent messages to the echo user in the demo protocol plugin and verified that the history scrolled to the bottom. Reviewed at https://reviews.imfreedom.org/r/1664/
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index 31cc69e0e3..f76d207271 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -67,7 +67,7 @@ struct _PidginConversation
GtkWidget *tab_cont;
PurpleMessageFlags last_flags;
- GtkWidget *history_sw;
+ GtkAdjustment *vadjustment;
GtkWidget *history;
GtkWidget *editor;