Tue, 14 Feb 2006 05:43:43 +0000
[gaim-migrate @ 15646]
Always show a vertical scrollbar on conversations imhtmls. This will solve the shrinking conversation window bug. I chose this approach instead of saving the size of the window (as I had previous talked about), as this prevents the contents of the scrollback from rewrapping when the scrollbars appear or disappear. It also just seems to feel like the right thing to do, but maybe that's me being lazy.
| 8089 | 1 | plugindir = $(libdir)/gaim |
| 2 | ||
| 3 | gevolution_la_LDFLAGS = \ | |
| 4 | -module -avoid-version \ | |
|
10889
64482f2467cb
[gaim-migrate @ 12597]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10081
diff
changeset
|
5 | $(EVOLUTION_ADDRESSBOOK_LIBS) \ |
|
64482f2467cb
[gaim-migrate @ 12597]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10081
diff
changeset
|
6 | $(GTK_LIBS) |
| 8089 | 7 | |
| 8 | if PLUGINS | |
| 9 | ||
| 10 | plugin_LTLIBRARIES = gevolution.la | |
| 11 | ||
| 12 | gevolution_la_SOURCES = \ | |
| 13 | add_buddy_dialog.c \ | |
| 14 | assoc-buddy.c \ | |
| 15 | gevolution.c \ | |
| 8565 | 16 | gevolution.h \ |
| 8089 | 17 | gevo-util.c \ |
|
10081
64e398f0eaa3
[gaim-migrate @ 11071]
Christian Hammond <chipx86@chipx86.com>
parents:
8565
diff
changeset
|
18 | new_person_dialog.c \ |
|
64e398f0eaa3
[gaim-migrate @ 11071]
Christian Hammond <chipx86@chipx86.com>
parents:
8565
diff
changeset
|
19 | eds-utils.c |
| 8089 | 20 | |
| 21 | endif | |
| 22 | ||
| 23 | gevolution_la_LIBADD = | |
| 24 | ||
| 25 | AM_CPPFLAGS = \ | |
| 26 | -DDATADIR=\"$(datadir)\" \ | |
| 27 | -DVERSION=\"$(VERSION)\" \ | |
| 28 | -I$(top_srcdir)/src \ | |
| 29 | $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ | |
| 30 | $(DEBUG_CFLAGS) \ | |
| 31 | $(GTK_CFLAGS) |