gobjectification: e266be2d: Add the new connection flag for custom s...

sadrul at pidgin.im sadrul at pidgin.im
Thu Jun 26 00:35:59 EDT 2008


-----------------------------------------------------------------
Revision: e266be2d36e08b1c15f3e134cdb0803b8cfb38db
Ancestor: 845649e0bd344d244de2f0123f281829cccad810
Author: sadrul at pidgin.im
Date: 2008-06-26T04:34:30
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/e266be2d36e08b1c15f3e134cdb0803b8cfb38db

Modified files:
        libpurple/connection.c

ChangeLog: 

Add the new connection flag for custom smileys.

-------------- next part --------------
============================================================
--- libpurple/connection.c	3a97f6ffe848c612c86ac111173b8ab2ffe89e6a
+++ libpurple/connection.c	9db8a438a8038fc3d8f3033a7d0f454bafbda717
@@ -1004,6 +1004,8 @@ purple_connection_flags_get_gtype(void)
 			  "No url desc"
 			},
 			{ PURPLE_CONNECTION_FLAGS_NO_IMAGES, "No images", "No images", },
+			{ PURPLE_CONNECTION_FLAGS_ALLOW_CUSTOM_SMILEY,
+			    "Allow custom smileys", "Allow custom smileys", },
 			{ 0, NULL, NULL },
 		};
 


More information about the Commits mailing list