comparison pidgin/gtkconv.h @ 26145:685c8f5f85c7

Separate PidginMedia from PidginConversation.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Fri, 30 Jan 2009 04:40:54 +0000
parents 525aa65805b9
children
comparison
equal deleted inserted replaced
26144:2091094745d9 26145:685c8f5f85c7
167 time_t newday; 167 time_t newday;
168 GtkWidget *infopane_hbox; 168 GtkWidget *infopane_hbox;
169 GtkWidget *infopane; 169 GtkWidget *infopane;
170 GtkListStore *infopane_model; 170 GtkListStore *infopane_model;
171 GtkTreeIter infopane_iter; 171 GtkTreeIter infopane_iter;
172 GtkWidget *tophbox;
173 GtkWidget *gtkmedia;
174 172
175 /* Used when attaching a PidginConversation to a PurpleConversation 173 /* Used when attaching a PidginConversation to a PurpleConversation
176 * with message history */ 174 * with message history */
177 struct { 175 struct {
178 int timer; 176 int timer;