diff options
author | infirit <[email protected]> | 2014-11-21 14:21:39 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 20:25:29 +0100 |
commit | 3416421b585462fde1465bfec42cec7b53914047 (patch) | |
tree | bd0c8199728471acca7027080aae033f2e56a988 /src/fr-window.h | |
parent | 42ef7e29ac25d70f0e3a19bfb025b4f198957e27 (diff) | |
download | engrampa-3416421b585462fde1465bfec42cec7b53914047.tar.bz2 engrampa-3416421b585462fde1465bfec42cec7b53914047.tar.xz |
set a fixed title for the progress dialog
Based on FR commit: fd497f4f9db806ce97f68d0366ae1f7fd37eccd1
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/fr-window.h')
-rw-r--r-- | src/fr-window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-window.h b/src/fr-window.h index 77e5d4b..fcb4f48 100644 --- a/src/fr-window.h +++ b/src/fr-window.h @@ -277,7 +277,8 @@ void fr_window_set_folders_visibility (FrWindow *window, /* batch mode procedures. */ -void fr_window_new_batch (FrWindow *window); +void fr_window_new_batch (FrWindow *window, + const char *title); void fr_window_set_current_batch_action (FrWindow *window, FrBatchActionType action, void *data, |