diff options
author | fluxgen <fluxgen> | 2003-12-19 00:47:55 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-19 00:47:55 (GMT) |
commit | f972b9f04767f97cd5e194637ae268befb42fd03 (patch) | |
tree | e71980c19efc747051abb08944c0f44afa976ac0 | |
parent | d2dcfe4139df8abf2eef26f972e4001e727895f7 (diff) | |
download | fluxbox-f972b9f04767f97cd5e194637ae268befb42fd03.zip fluxbox-f972b9f04767f97cd5e194637ae268befb42fd03.tar.bz2 |
minor fix
-rw-r--r-- | src/SetWorkspaceName.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SetWorkspaceName.cc b/src/SetWorkspaceName.cc index 32187bb..55ffda5 100644 --- a/src/SetWorkspaceName.cc +++ b/src/SetWorkspaceName.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: SetWorkspaceName.cc,v 1.2 2003/08/27 18:05:12 fluxgen Exp $ | 22 | // $Id: SetWorkspaceName.cc,v 1.3 2003/12/19 00:47:55 fluxgen Exp $ |
23 | 23 | ||
24 | #include "SetWorkspaceName.hh" | 24 | #include "SetWorkspaceName.hh" |
25 | 25 | ||
@@ -27,6 +27,7 @@ | |||
27 | #include "Workspace.hh" | 27 | #include "Workspace.hh" |
28 | #include "WinClient.hh" | 28 | #include "WinClient.hh" |
29 | #include "FbWinFrameTheme.hh" | 29 | #include "FbWinFrameTheme.hh" |
30 | #include "fluxbox.hh" | ||
30 | 31 | ||
31 | #include "FbTk/EventManager.hh" | 32 | #include "FbTk/EventManager.hh" |
32 | #include "FbTk/App.hh" | 33 | #include "FbTk/App.hh" |