diff gtk/gtkconvwin.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
line wrap: on
line diff
--- a/gtk/gtkconvwin.h	Tue Aug 29 01:58:14 2006 +0000
+++ b/gtk/gtkconvwin.h	Tue Aug 29 02:22:08 2006 +0000
@@ -78,6 +78,12 @@
 
 	} menu;
 
+	struct
+	{
+		GtkWidget *search;
+
+	} dialogs;
+
 	/* Tab dragging stuff. */
 	gboolean in_drag;
 	gboolean in_predrag;