diff pidgin/gtkconvwin.h @ 32326:4f445c48581a

Add the get_attention widget to the PidginWindow structure, instead of an added GObject data of the window.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 24 Oct 2011 01:15:48 +0000
parents 5f80ccce8003
children 34f778db624f 763d65f3f758
line wrap: on
line diff
--- a/pidgin/gtkconvwin.h	Sun Oct 23 23:50:19 2011 +0000
+++ b/pidgin/gtkconvwin.h	Mon Oct 24 01:15:48 2011 +0000
@@ -51,6 +51,7 @@
 		GtkWidget *view_log;
 
 		GtkWidget *send_file;
+		GtkWidget *get_attention;
 		GtkWidget *add_pounce;
 		GtkWidget *get_info;
 		GtkWidget *invite;