diff gtk/gtkconv.h @ 14370:c2fe0f54c389

[gaim-migrate @ 17076] SF Patch #1547720 from Hilbert Fixes SF Bug #1541097 If you search, leave the Find dialog open, switch tabs, and search again, the search happens in the original tab. This patch fixes that bug. Now when you search, it searches in the active conversation window. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 29 Aug 2006 02:22:08 +0000
parents 009db0b357b5
children 8783ae8f649a
line wrap: on
line diff
--- a/gtk/gtkconv.h	Tue Aug 29 01:58:14 2006 +0000
+++ b/gtk/gtkconv.h	Tue Aug 29 02:22:08 2006 +0000
@@ -142,13 +142,6 @@
 	GaimUnseenState unseen_state;
 	guint unseen_count;
 
-	struct
-	{
-		GtkWidget *image;
-		GtkWidget *search;
-
-	} dialogs;
-
 	union
 	{
 		GaimGtkImPane   *im;