pidgin/pidgin

Fix some issues found in review

2020-02-20, Gary Kramlich
28deeeb1ecdf
Parents 7a570416a6ef
Children 0a01f2c891c2
Fix some issues found in review
--- a/pidgin/gtkutils.h Fri Feb 14 17:44:10 2020 -0600
+++ b/pidgin/gtkutils.h Thu Feb 20 20:30:38 2020 -0600
@@ -444,7 +444,7 @@
/**
* pidgin_create_icon_from_protocol:
- * @protocol: The #PurpleProtocolInstance
+ * @protocol: The #PurpleProtocol instance.
* @size: The size of the icon to return.
* @account: (nullable): An optional #PurpleAccount to use.
*
--- a/pidgin/pidginprotocolstore.h Fri Feb 14 17:44:10 2020 -0600
+++ b/pidgin/pidginprotocolstore.h Thu Feb 20 20:30:38 2020 -0600
@@ -40,7 +40,7 @@
typedef enum {
PIDGIN_PROTOCOL_STORE_COLUMN_PROTOCOL,
PIDGIN_PROTOCOL_STORE_COLUMN_NAME,
- PIDGIN_PROTOCOL_STORE_COLUMN_ICON,
+ PIDGIN_PROTOCOL_STORE_COLUMN_ICON,
PIDGIN_PROTOCOL_STORE_N_COLUMNS,
} PidginProtocolStoreColumn;