Mercurial > pidgin.yaz
comparison finch/gntrequest.c @ 26168:af42303654a5
propagate from branch 'im.pidgin.pidgin' (head 0bb02399ead9501a3e7951cfba2e8e8350fe917c)
to branch 'im.pidgin.pidgin.vv' (head a940363ef1efa4bf53c71cbb8201f36ed5795583)
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Thu, 05 Feb 2009 00:31:35 +0000 |
parents | ff29208e03ef |
children | ff4212a5268f |
comparison
equal
deleted
inserted
replaced
25056:b0c75121cf66 | 26168:af42303654a5 |
---|---|
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; |