/pidgin/main: 9ab6c9a03ae5: gtkxfer: use gchar instead of char

Jakub Adam <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 9ab6c9a03ae5d644e830a93cb7c9dfb27d658356
Author:	 Jakub Adam <[email protected]>
Date:	 2016-05-24 08:18 +0200
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/9ab6c9a03ae5

Description:

gtkxfer: use gchar instead of char

diffstat:

 pidgin/gtkxfer.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/pidgin/gtkxfer.c b/pidgin/gtkxfer.c
--- a/pidgin/gtkxfer.c
+++ b/pidgin/gtkxfer.c
@@ -508,7 +508,7 @@ open_button_cb(GtkButton *button, Pidgin
 	}
 	else
 	{
-		char *uri = g_strdup_printf("file://%s", filename);
+		gchar *uri = g_strdup_printf("file://%s", filename);
 		purple_notify_uri(NULL, uri);
 		g_free(uri);
 		return;

_______________________________________________
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.