summaryrefslogtreecommitdiff
path: root/pidgin/gtkutils.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-03-25 02:36:31 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2022-03-25 02:36:31 -0500
commit044f474975f14506e3e9cc2b8fe61bf2c7fa907e (patch)
tree57de96b00b0d1e813d8fe8f062055503a2bdf839 /pidgin/gtkutils.c
parent9cca1ecced3e9c66e80a9a6db88a637df03195c7 (diff)
downloadpidgin-044f474975f14506e3e9cc2b8fe61bf2c7fa907e.tar.gz
Replace PurpleCallback by GCallback
A straight search and replace for 'easy' review. Testing Done: Compiled only. Reviewed at https://reviews.imfreedom.org/r/1369/
Diffstat (limited to 'pidgin/gtkutils.c')
-rw-r--r--pidgin/gtkutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkutils.c b/pidgin/gtkutils.c
index 1129d80c10..23620aebc3 100644
--- a/pidgin/gtkutils.c
+++ b/pidgin/gtkutils.c
@@ -580,7 +580,7 @@ do_pidgin_append_menu_action(GtkWidget *menu, PurpleActionMenu *act,
list = purple_action_menu_get_children(act);
if (list == NULL) {
- PurpleCallback callback;
+ GCallback callback;
callback = purple_action_menu_get_callback(act);