finch/gntrequest.c

branch
vv
changeset 22069
841d24b3a2bc
parent 22012
2b0a29b31ef5
parent 19882
d8c2a2fc1fbf
child 22398
1a6f172dfbd4
equal deleted inserted replaced
22068:5157ec7a2b6f 22069:841d24b3a2bc
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>
34 #include <gntline.h> 37 #include <gntline.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 "util.h"
40 42
41 typedef struct 43 typedef struct
42 { 44 {
43 void *user_data; 45 void *user_data;
44 GntWidget *dialog; 46 GntWidget *dialog;

mercurial