/pidgin/main: 16bb1596632b: Merged in CMaiku/pidgin (pull reques...

Gary Kramlich <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 16bb1596632b43084376b71dfe1bc02de7b91f6c
Author:	 Gary Kramlich <[email protected]>
Date:	 2016-01-14 09:21 -0600
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/16bb1596632b

Description:

Merged in CMaiku/pidgin (pull request #10)

Fix PurpleMedia account property to be defined as an object

diffstat:

 libpurple/media.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff --git a/libpurple/media.c b/libpurple/media.c
--- a/libpurple/media.c
+++ b/libpurple/media.c
@@ -195,8 +195,9 @@ purple_media_class_init (PurpleMediaClas
 			G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
 
 	g_object_class_install_property(gobject_class, PROP_ACCOUNT,
-			g_param_spec_pointer("account", "PurpleAccount",
+			g_param_spec_object("account", "PurpleAccount",
 			"The account this media session is on.",
+			PURPLE_TYPE_ACCOUNT,
 			G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE |
 			G_PARAM_STATIC_STRINGS));
 

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.