Use GSourceFunc also for gtk+-2

This commit is contained in:
infirit 2014-05-19 16:22:19 +02:00
parent 1bfcadb0c0
commit 36a55c5f8e
1 changed files with 0 additions and 4 deletions

View File

@ -398,11 +398,7 @@ pluma_statusbar_flash_message (PlumaStatusbar *statusbar,
msg); msg);
statusbar->priv->flash_timeout = g_timeout_add (flash_length, statusbar->priv->flash_timeout = g_timeout_add (flash_length,
#if GTK_CHECK_VERSION (3, 0, 0)
(GSourceFunc) remove_message_timeout, (GSourceFunc) remove_message_timeout,
#else
(GtkFunction) remove_message_timeout,
#endif
statusbar); statusbar);
g_free (msg); g_free (msg);