Milan Crha
756c8abcb8
Bug #646109 - Fix use of include <config.h> to make sure translations work
2011-05-27 15:23:07 +02:00
Matthew Barnes
6c62a6cc48
Some modules missing CFLAGS/LIBS for EShell.
2011-04-25 19:09:47 -04:00
Matthew Barnes
7a1677520d
Remove NULL checks for GObject methods.
...
As of GLib 2.28 all GObject virtual methods, including constructed(),
are safe to chain up to unconditionally. Remove unnecessary checks.
2011-02-12 12:54:08 -05:00
Kjartan Maraas
2c31a5bc23
Bug 641756 - Fix warnings from GCC 4.6
...
GCC learned how to find dead assignments.
2011-02-08 11:57:50 -05:00
Matthew Barnes
753c60fc67
Drop backward-compatibility cruft.
2011-01-25 10:28:26 -05:00
Milan Crha
22b2d26d04
Free/busy meeting view doesn't work due to non-working extension
2010-12-06 14:23:20 +01:00
Milan Crha
61999b493f
Bug #631451 - Add handlers for x-scheme-handler/mailto
2010-10-20 15:24:29 +02:00
Matthew Barnes
1e663aa132
Replace EBinding with GBinding.
...
GObject now does property bindings itself.
Requires GLib >= 2.26.
2010-10-14 07:12:52 -04:00
Matthew Barnes
bc9ece413f
Re-work my GtkDialog:has-separator workaround.
...
If we're using GTK+ 2.21.8 (where gtk_dialog_set_has_separator() is
deprecated but the property is still present and defaults to TRUE), we
still need to set the property to FALSE. So instead use g_object_set()
up through GTK+ 2.90.6, after which the property itself is gone.
2010-09-11 09:03:45 -04:00
Matthew Barnes
a6e137295f
Work around deprecation of gtk_dialog_set_has_separator()
...
Unfortunately the default value for this property is TRUE (bzzt, WRONG!)
so we can't just remove the function outright until we require GTK+ 2.22.
It was deprecated in GTK+ 2.21.8.
2010-09-11 00:30:54 -04:00
Matthew Barnes
0b60ec7c89
Convert "default-mailer" plugin to an extension.
2010-05-13 09:21:21 -04:00