]> spindle.queued.net Git - midori/commitdiff
Enable building of the Tab Panel again
authorChristian Dywan <christian@twotoasts.de>
Sat, 20 Jun 2009 21:46:49 +0000 (23:46 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 20 Jun 2009 21:46:49 +0000 (23:46 +0200)
extensions/wscript_build

index 2196fb2d4a902f6be8b0cf760b1d5b23f19fb82b..751162adf4e8096c2db798ecf2b067ba71426f81 100644 (file)
@@ -6,9 +6,6 @@ import os
 
 extensions = os.listdir ('extensions')
 for extension in extensions:
-    # Tab Panel isn't useful at this point
-    if extension == 'tab-panel':
-        continue
     # Adblock is incomplete and not ready for release
     if extension == 'adblock.c':
         continue