diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-07-03 12:35:29 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-07-03 12:35:29 +0000 |
| commit | 1e42fa6eb9150761c2f089a0650afcc96f21b992 (patch) | |
| tree | 503c2633ca749edd32fddab23fe057d9c02c707d /src/text-context.cpp | |
| parent | GTK+ cleanup: gtk_timeout_add (diff) | |
| download | inkscape-1e42fa6eb9150761c2f089a0650afcc96f21b992.tar.gz inkscape-1e42fa6eb9150761c2f089a0650afcc96f21b992.zip | |
GTK+ cleanup: gtk_timeout_remove
(bzr r10413)
Diffstat (limited to 'src/text-context.cpp')
| -rw-r--r-- | src/text-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text-context.cpp b/src/text-context.cpp index 89944a602..a27ad3ee4 100644 --- a/src/text-context.cpp +++ b/src/text-context.cpp @@ -297,7 +297,7 @@ sp_text_context_finish(SPEventContext *ec) } if (tc->timeout) { - gtk_timeout_remove(tc->timeout); + g_source_remove(tc->timeout); tc->timeout = 0; } |
