comparison 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
comparison
equal deleted inserted replaced
14369:66cb461d6079 14370:c2fe0f54c389
76 76
77 GtkItemFactory *item_factory; 77 GtkItemFactory *item_factory;
78 78
79 } menu; 79 } menu;
80 80
81 struct
82 {
83 GtkWidget *search;
84
85 } dialogs;
86
81 /* Tab dragging stuff. */ 87 /* Tab dragging stuff. */
82 gboolean in_drag; 88 gboolean in_drag;
83 gboolean in_predrag; 89 gboolean in_predrag;
84 90
85 gint drag_tab; 91 gint drag_tab;