annotate .cvsignore @ 10559:c354b70d8502

[gaim-migrate @ 11937] (09:14:16) LSchiere2: um, my new tabs are appearing on the wrong size (09:14:20) LSchiere2: s/size/side/ (09:14:24) LSchiere2: and i can't drag and drop them (09:15:01) SeanEgn: Unimportant! It's coming out ;) (09:15:11) SeanEgn: But, yeah, the wrong size was just a silly mistake (09:17:07) LSchiere2: and control-tab is backwards also (09:17:28) SeanEgn: well, actually ctrl-tab is the correct direction. (09:17:40) SeanEgn: But because the tabs are in the wrong direction, it seems to go the wrong way. (09:17:52) SeanEgn: But it does indeed go from tab 0 to tab 1 to tab 2. (09:18:06) LSchiere2: i see (09:19:29) SeanEgn: Actually, it might be a GTK bug (09:20:06) LSchiere2: i am displeased (09:20:13) SeanEgn: but if you change GTK_PACK_END to GTK_PACK_START, in gtk_notebook_set_tab_label_packing(), it should probably change. (09:20:17) LSchiere2: on a side note, i do not remember gtk being in the list of upgraded packages (09:20:23) SeanEgn: I would assume the way we want it is _END (09:20:44) SeanEgn: no, it's new code that I added that's causing this. (09:21:00) LSchiere2: which file? (09:21:04) SeanEgn: The "bug" is symantic. I would expect GTK_PACK_END to pack new tabs to the right of everything. (09:21:05) SeanEgn: gtkconv.c (09:21:16) SeanEgn: because that's what packing in the end ususally does. (09:21:25) SeanEgn: here it seems to pack to the left of everything. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 31 Jan 2005 14:36:26 +0000
parents c398f55ce5c7
children b0ad08e1d492
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1893
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 config.h
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 libtool
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3 config.status
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4 intl
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5 ABOUT-NLS
5048
cb320b74a0dd [gaim-migrate @ 5396]
Luke Schierer <lschiere@pidgin.im>
parents: 4704
diff changeset
6 compile
1893
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
7 config.guess
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
8 config.sub
4558
d22814243d13 [gaim-migrate @ 4839]
Christian Hammond <chipx86@chipx86.com>
parents: 4427
diff changeset
9 Doxyfile
1893
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
10 ltconfig
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
11 ltmain.sh
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
12 install-sh
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
13 missing
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
14 aclocal.m4
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
15 configure
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
16 config.h.in
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
17 stamp-h.in
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
18 Makefile.in
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
19 config.log
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
20 config.cache
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
21 Makefile
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
22 stamp-h
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
23 gaim.spec
2168
74947d32d3c6 [gaim-migrate @ 2178]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1894
diff changeset
24 depcomp
74947d32d3c6 [gaim-migrate @ 2178]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1894
diff changeset
25 stamp-h1
3358
092594c175ff [gaim-migrate @ 3377]
Christian Hammond <chipx86@chipx86.com>
parents: 3356
diff changeset
26 autom4te*.cache
3356
8647a5b37b5c [gaim-migrate @ 3375]
Christian Hammond <chipx86@chipx86.com>
parents: 3355
diff changeset
27 configure.2.1x
3358
092594c175ff [gaim-migrate @ 3377]
Christian Hammond <chipx86@chipx86.com>
parents: 3356
diff changeset
28 confdefs.h
092594c175ff [gaim-migrate @ 3377]
Christian Hammond <chipx86@chipx86.com>
parents: 3356
diff changeset
29 *.swp
3702
d82147d95f6b [gaim-migrate @ 3833]
Rob Flynn <gaim@robflynn.com>
parents: 3358
diff changeset
30 win32-install-dir
3703
286e44e665e1 [gaim-migrate @ 3834]
Rob Flynn <gaim@robflynn.com>
parents: 3702
diff changeset
31 .temp-gettextize
4704
56c70997fe5c [gaim-migrate @ 5015]
Nathan Walp <nwalp@pidgin.im>
parents: 4558
diff changeset
32 m4
9365
f61c37936a41 [gaim-migrate @ 10173]
Ethan Blanton <elb@pidgin.im>
parents: 9138
diff changeset
33 gaim.pc
10362
c398f55ce5c7 [gaim-migrate @ 11580]
Tim Ringenbach <marv@pidgin.im>
parents: 9365
diff changeset
34 *.apspec