comparison finch/gntrequest.c @ 24939:bb99ee66120e

propagate from branch 'im.pidgin.pidgin' (head 25e6cb3cd762fe0e3dbb5ce67dd017555c8a26a8) to branch 'im.pidgin.maiku.vv' (head 33c389f28f8fbefb95f7cf1bc22730ffd1d92bcb)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Fri, 05 Sep 2008 02:57:48 +0000
parents ff29208e03ef
children ff4212a5268f
comparison
equal deleted inserted replaced
24066:5a96b250b36d 24939:bb99ee66120e
21 * 21 *
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26
27 #include "util.h"
28
26 #include <gnt.h> 29 #include <gnt.h>
27 #include <gntbox.h> 30 #include <gntbox.h>
28 #include <gntbutton.h> 31 #include <gntbutton.h>
29 #include <gntcheckbox.h> 32 #include <gntcheckbox.h>
30 #include <gntcombobox.h> 33 #include <gntcombobox.h>
35 #include <gnttree.h> 38 #include <gnttree.h>
36 39
37 #include "finch.h" 40 #include "finch.h"
38 #include "gntrequest.h" 41 #include "gntrequest.h"
39 #include "debug.h" 42 #include "debug.h"
40 #include "util.h"
41 43
42 typedef struct 44 typedef struct
43 { 45 {
44 void *user_data; 46 void *user_data;
45 GntWidget *dialog; 47 GntWidget *dialog;