aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-profile-chooser.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-22 19:09:38 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-22 19:09:38 +0800
commit5303246bdec46980c2a447e77759f4c107967bca (patch)
tree0fce603338171ad33507d45fa52be0f1dbdd8955 /libempathy-gtk/empathy-profile-chooser.c
parent10a93b8c864c38dacc49a9f33b7ebf0cff549cfb (diff)
downloadgsoc2013-empathy-5303246bdec46980c2a447e77759f4c107967bca.tar
gsoc2013-empathy-5303246bdec46980c2a447e77759f4c107967bca.tar.gz
gsoc2013-empathy-5303246bdec46980c2a447e77759f4c107967bca.tar.bz2
gsoc2013-empathy-5303246bdec46980c2a447e77759f4c107967bca.tar.lz
gsoc2013-empathy-5303246bdec46980c2a447e77759f4c107967bca.tar.xz
gsoc2013-empathy-5303246bdec46980c2a447e77759f4c107967bca.tar.zst
gsoc2013-empathy-5303246bdec46980c2a447e77759f4c107967bca.zip
Renamed empathy_profile_chooser_get_selected to empathy_profile_chooser_dup_selected and fixed leaks.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy-gtk/empathy-profile-chooser.c')
-rw-r--r--libempathy-gtk/empathy-profile-chooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-profile-chooser.c b/libempathy-gtk/empathy-profile-chooser.c
index fd68dd8b0..897e38344 100644
--- a/libempathy-gtk/empathy-profile-chooser.c
+++ b/libempathy-gtk/empathy-profile-chooser.c
@@ -38,7 +38,7 @@ enum {
};
McProfile*
-empathy_profile_chooser_get_selected (GtkWidget *widget)
+empathy_profile_chooser_dup_selected (GtkWidget *widget)
{
GtkTreeModel *model;
GtkTreeIter iter;