diff src/gtkconv.h @ 9468:4d0b0d5485e6

[gaim-migrate @ 10293] (23:23:20) datallah: LSchiere: if you are up to it, this: http://www.butfer.com/gaim-patches/gtkconv_send_file.patch, makes it so that you can send files to people from the conversation window. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 03:24:37 +0000
parents 4d1ba3243f7a
children c2e4c3ab4307
line wrap: on
line diff
--- a/src/gtkconv.h	Wed Jul 07 01:51:28 2004 +0000
+++ b/src/gtkconv.h	Wed Jul 07 03:24:37 2004 +0000
@@ -53,6 +53,7 @@
 
 		GtkWidget *view_log;
 
+		GtkWidget *send_file;
 		GtkWidget *add_pounce;
 		GtkWidget *get_info;
 		GtkWidget *warn;
@@ -96,6 +97,7 @@
 {
 	GtkWidget *warn;
 	GtkWidget *block;
+	GtkWidget *send_file;
 	GtkWidget *sep1;
 	GtkWidget *sep2;
 	GtkWidget *check;