summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2013-06-28 23:14:54 +0530
committerAnkit Vani <a@nevitus.org>2013-06-28 23:14:54 +0530
commit7227109a38f7b2309acbea595438c7781be2b3c0 (patch)
treef8f6969debd97f2a2dd9435e9ae896e23f04f4fb /pidgin/gtkconv.h
parent67997871bfcc9f85e8fa912ee10f797cbba4b607 (diff)
downloadpidgin-7227109a38f7b2309acbea595438c7781be2b3c0.tar.gz
Updated gtkblist and gtkconv to use the GObject conversation API
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index a1fd88ab99..bc0c1fad6e 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -180,7 +180,7 @@ PurpleTheme *pidgin_conversations_get_default_theme(void);
*
* @param conv The conversation.
*/
-void pidgin_conv_update_buddy_icon(PurpleConversation *conv);
+void pidgin_conv_update_buddy_icon(PurpleIMConversation *im);
/**
* Sets the active conversation within a GTK-conversation.