comparison console/libgnt/Makefile.am @ 13943:25be562aaca8

[gaim-migrate @ 16480] New widget GntLine to use as a separator. A partial dialog for add-account callback. Updating the dialog as a result of selection-change in the prpl dropdown is way ickier than I had expected it to be. It 'works' now, but quite a bit quirky. I will try to smooth things up later, perhaps next week. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 10 Jul 2006 23:55:24 +0000
parents cd2da4b079cf
children a71678d2da16
comparison
equal deleted inserted replaced
13942:b14fdab68eac 13943:25be562aaca8
9 gntbutton.c \ 9 gntbutton.c \
10 gntcolors.c \ 10 gntcolors.c \
11 gntcombobox.c \ 11 gntcombobox.c \
12 gntentry.c \ 12 gntentry.c \
13 gntlabel.c \ 13 gntlabel.c \
14 gntline.c \
14 gntmarshal.c \ 15 gntmarshal.c \
15 gnttextview.c \ 16 gnttextview.c \
16 gnttree.c \ 17 gnttree.c \
17 gntmain.c 18 gntmain.c
18 19
23 gntcolors.h \ 24 gntcolors.h \
24 gntcombobox.h \ 25 gntcombobox.h \
25 gntentry.h \ 26 gntentry.h \
26 gntkeys.h \ 27 gntkeys.h \
27 gntlabel.h \ 28 gntlabel.h \
29 gntline.h \
28 gntmarshal.h \ 30 gntmarshal.h \
29 gnttextview.h \ 31 gnttextview.h \
30 gnttree.h \ 32 gnttree.h \
31 gnt.h 33 gnt.h
32 34