2004-12-04 [paul] 0.9.12cvs182.3
[claws.git] / src / mimeview.c
index 600bed99f98c6b07b1c2b8c36382c39d42b0b834..1d527b71a3330b99f89ba65626bf3c6fe22c9b0a 100644 (file)
@@ -669,7 +669,7 @@ static void update_signature_noticeview(MimeView *mimeview, MimeInfo *mimeinfo)
        noticeview_set_button_text(mimeview->siginfoview, button_text);
        noticeview_set_button_press_callback(
                mimeview->siginfoview,
-               GTK_SIGNAL_FUNC(func),
+               G_CALLBACK(func),
                (gpointer) mimeview);
        noticeview_set_icon(mimeview->siginfoview, icon);
 }