finch/gntrequest.c

branch
vv
changeset 19882
d8c2a2fc1fbf
parent 18562
c629fdadd30d
child 22069
841d24b3a2bc
equal deleted inserted replaced
19881:d80b4d01457e 19882:d8c2a2fc1fbf
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25
26 #include "util.h"
27
25 #include <gnt.h> 28 #include <gnt.h>
26 #include <gntbox.h> 29 #include <gntbox.h>
27 #include <gntbutton.h> 30 #include <gntbutton.h>
28 #include <gntcheckbox.h> 31 #include <gntcheckbox.h>
29 #include <gntcombobox.h> 32 #include <gntcombobox.h>
33 #include <gntline.h> 36 #include <gntline.h>
34 #include <gnttree.h> 37 #include <gnttree.h>
35 38
36 #include "finch.h" 39 #include "finch.h"
37 #include "gntrequest.h" 40 #include "gntrequest.h"
38 #include "util.h"
39 41
40 typedef struct 42 typedef struct
41 { 43 {
42 void *user_data; 44 void *user_data;
43 GntWidget *dialog; 45 GntWidget *dialog;

mercurial