Add a simple toggle to disable the use of PIDGIN_STOCK on a per file basis

Thu, 19 Oct 2017 22:03:24 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 19 Oct 2017 22:03:24 -0500
changeset 39497
887deae02283
parent 39478
14d39beb4b8f
child 39498
51e0448a7ae8

Add a simple toggle to disable the use of PIDGIN_STOCK on a per file basis

pidgin/pidginstock.h file | annotate | diff | comparison | revisions
--- a/pidgin/pidginstock.h	Sun Mar 17 05:18:03 2019 +0000
+++ b/pidgin/pidginstock.h	Thu Oct 19 22:03:24 2017 -0500
@@ -35,6 +35,8 @@
 /* Stock images                                                           */
 /**************************************************************************/
 
+#ifndef PIDGIN_STOCK_DISABLE
+
 #define PIDGIN_STOCK_ACTION          "pidgin-action"
 #define PIDGIN_STOCK_ALIAS           "pidgin-alias"
 #define PIDGIN_STOCK_AWAY            "pidgin-away"
@@ -167,6 +169,7 @@
 #define PIDGIN_STOCK_TRAY_PENDING         "pidgin-tray-pending"
 #define PIDGIN_STOCK_TRAY_EMAIL		  "pidgin-tray-email"
 
+#endif /* PIDGIN_STOCK_DISABLE */
 
 /*
  * For using icons that aren't one of the default GTK_ICON_SIZEs

mercurial