plugins/history.c

changeset 12558
2020689b2cca
parent 12406
89863d2d9b8d
child 12632
91f69473e4c5
equal deleted inserted replaced
12557:6c318efafe32 12558:2020689b2cca
22 #define HISTORY_SIZE (4 * 1024) 22 #define HISTORY_SIZE (4 * 1024)
23 23
24 static gboolean _scroll_imhtml_to_end(gpointer data) 24 static gboolean _scroll_imhtml_to_end(gpointer data)
25 { 25 {
26 GtkIMHtml *imhtml = data; 26 GtkIMHtml *imhtml = data;
27 gtk_imhtml_scroll_to_end(GTK_IMHTML(imhtml)); 27 gtk_imhtml_scroll_to_end(GTK_IMHTML(imhtml), FALSE);
28 g_object_unref(G_OBJECT(imhtml)); 28 g_object_unref(G_OBJECT(imhtml));
29 return FALSE; 29 return FALSE;
30 } 30 }
31 31
32 static void historize(GaimConversation *c) 32 static void historize(GaimConversation *c)

mercurial