Sun, 22 Jul 2007 08:14:16 +0000
revert 'no visible tabs when only one conversation' as it proved unpopular. Made tabs only fill the entire width of the notebook when there's only one tab to avoid http://pidgin.im/~deryni/that_just_looks_dumb.png
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
|
16529
1d0da9270ff9
This is mostly moving Purple::GtkUI:: -> Pidgin:: which has the side effect of
Etan Reisner <deryni@pidgin.im>
parents:
15899
diff
changeset
|
3 | MODULE = Pidgin::Session PACKAGE = Pidgin::Session PREFIX = pidgin_session_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 6 | void | |
|
15599
ffdf171279a3
Fix compilation of the perl plugin when using session management
Mark Doliner <markdoliner@pidgin.im>
parents:
15435
diff
changeset
|
7 | pidgin_session_init(argv0, previous_id, config_dir) |
| 14478 | 8 | gchar * argv0 |
| 9 | gchar * previous_id | |
| 10 | gchar * config_dir | |
| 11 | ||
| 12 | void | |
|
15599
ffdf171279a3
Fix compilation of the perl plugin when using session management
Mark Doliner <markdoliner@pidgin.im>
parents:
15435
diff
changeset
|
13 | pidgin_session_end() |