From 16841380c105d69594095e625ae23c5630186dbe Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 3 Jul 2018 19:57:45 -0500 Subject: pidgin-2.13.0-2.nonprism1: updating version --- nonprism/pidgin/nonprism.patch | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'nonprism/pidgin/nonprism.patch') diff --git a/nonprism/pidgin/nonprism.patch b/nonprism/pidgin/nonprism.patch index fd8bbdd8a..f42f83227 100644 --- a/nonprism/pidgin/nonprism.patch +++ b/nonprism/pidgin/nonprism.patch @@ -1,8 +1,6 @@ -diff --git a/pidgin/gtkutils.c b/pidgin/gtkutils.c -index e5a3565b7..f5ca3d0eb 100644 ---- a/pidgin/gtkutils.c -+++ b/pidgin/gtkutils.c -@@ -677,7 +677,6 @@ create_protocols_menu(const char *default_proto_id) +--- pidgin-2.13.0.orig/pidgin/gtkutils.c 2018-03-06 01:00:49.000000000 -0500 ++++ pidgin-2.13.0/pidgin/gtkutils.c 2018-07-03 19:15:12.211571089 -0500 +@@ -677,7 +677,6 @@ GdkPixbuf *pixbuf = NULL; GtkSizeGroup *sg; GList *p; @@ -10,7 +8,7 @@ index e5a3565b7..f5ca3d0eb 100644 int i; aop_menu = g_malloc0(sizeof(AopMenu)); -@@ -686,39 +685,12 @@ create_protocols_menu(const char *default_proto_id) +@@ -686,39 +685,12 @@ gtk_widget_show(aop_menu->menu); sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); @@ -40,7 +38,7 @@ index e5a3565b7..f5ca3d0eb 100644 - g_object_unref(pixbuf); - - /* libpurple3 compatibility */ -- if (g_strcmp0(default_proto_id, "prpl-gtalk") == 0) +- if (purple_strequal(default_proto_id, "prpl-gtalk")) - aop_menu->default_item = i; - - gtalk_name = NULL; -- cgit v1.2.3