diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-06 00:19:33 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-06 00:19:33 +0800 |
commit | 8fd93c9042bb30e53ce88303f8a0789a6ca688eb (patch) | |
tree | 543fc3e3548d9b296cb4ddcda597cf4f64f306bd /widgets | |
parent | 1f10f3ec681c3ed755ce4e02a4ca0117b9243b2b (diff) | |
download | gsoc2013-evolution-8fd93c9042bb30e53ce88303f8a0789a6ca688eb.tar gsoc2013-evolution-8fd93c9042bb30e53ce88303f8a0789a6ca688eb.tar.gz gsoc2013-evolution-8fd93c9042bb30e53ce88303f8a0789a6ca688eb.tar.bz2 gsoc2013-evolution-8fd93c9042bb30e53ce88303f8a0789a6ca688eb.tar.lz gsoc2013-evolution-8fd93c9042bb30e53ce88303f8a0789a6ca688eb.tar.xz gsoc2013-evolution-8fd93c9042bb30e53ce88303f8a0789a6ca688eb.tar.zst gsoc2013-evolution-8fd93c9042bb30e53ce88303f8a0789a6ca688eb.zip |
First successful build
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/text/e-text.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index d7afd1df5d..d7512a509a 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -185,17 +185,6 @@ disconnect_im_context (EText *text) text->im_context_signals_registered = FALSE; } -static void -disconnect_im_context (EText *text) -{ - if (!text || !text->im_context) - return; - - g_signal_handlers_disconnect_matched ( - text->im_context, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, text); - text->im_context_signals_registered = FALSE; -} - /* Dispose handler for the text item */ #if 0 |