summaryrefslogtreecommitdiff
path: root/midori/wscript_build
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2010-06-17 20:17:21 +0200
committerChristian Dywan <christian@twotoasts.de>2010-06-17 20:17:21 +0200
commit9b67a04ad21e592777521708c2468923dd8ce8eb (patch)
tree41c41bf3df4711d48f355338bb18210031fb1534 /midori/wscript_build
parent1d1a6308f108751258aa461ce41ef3a6f2e16fbf (diff)
downloadmidori-9b67a04ad21e592777521708c2468923dd8ce8eb.tar.gz
Refactor transferbar into MidoriTransferbar
The transferbar is separated from the browser, albeit it is still created and filled from within the browser so it is not completely independent. The new class now keeps a list of TransferInfo items to keep track of transfers and queries the status from the download object. Destroying a button belonging to a transfer is connected to removing it from the list and cleaning up the info structure. Also the Clear button is updated from the destroy handler.
Diffstat (limited to 'midori/wscript_build')
-rw-r--r--midori/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/midori/wscript_build b/midori/wscript_build
index bb76c6f0..27de582b 100644
--- a/midori/wscript_build
+++ b/midori/wscript_build
@@ -11,8 +11,8 @@ libs = 'M UNIQUE LIBSOUP GMODULE GTHREAD LIBIDN GIO GTK SQLITE ' \
if progressive or Options.commands['check']:
obj = bld.new_task_gen ('cc', 'staticlib')
obj.target = 'midori-core'
- obj.includes = '.. ../katze .'
- obj.find_sources_in_dirs ('../katze . ../panels', excludes=['main.c'])
+ obj.includes = '.. ../katze . ../toolbars'
+ obj.find_sources_in_dirs ('../katze . ../panels ../toolbars', excludes=['main.c'])
obj.uselib = libs
obj.add_marshal_file ('marshal.list', 'midori_cclosure_marshal')
obj.install_path = None