--- addthis.module	2008-09-10 19:08:14.000000000 +0200
+++ addthis.module	2008-09-10 19:20:14.000000000 +0200
@@ -22,7 +22,7 @@
   $links = array();
 
   if ($type === 'node' && user_access('view addthis')) {
-    if (! $teaser || variable_get('addthis_display_in_teasers', '0')) {
+    if ((! $teaser && variable_get('addthis_display_in_links', '0') == '1') || ($teaser && variable_get('addthis_display_in_teasers', '0') == '1')) {
       $links['addthis'] = array(
           'title' => _addthis_create_button($node, $teaser),
           'html' => TRUE,
