diff options
author | mathias <mathias> | 2005-06-15 10:12:21 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-06-15 10:12:21 (GMT) |
commit | 93b295a1587f91366d16a0d8c7514a4cd841cd38 (patch) | |
tree | 6e9bb4de6ae089b5eac33ec4e5481b64af713f76 | |
parent | cdc4338c6b7175e0c2654e42a01ae575722f4fd1 (diff) | |
download | fluxbox_pavel-93b295a1587f91366d16a0d8c7514a4cd841cd38.zip fluxbox_pavel-93b295a1587f91366d16a0d8c7514a4cd841cd38.tar.bz2 |
fixes #1198192, added vlc to fbgm
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | util/fluxbox-generate_menu.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/06/15: | 3 | *05/06/15: |
4 | * Fixes #1198192, vlc to fbgm (Mathias) | ||
5 | fluxbox-generate_menu.in | ||
4 | * Fixes #1213003, SendToWorkspace shouldnt follow (Mathias) | 6 | * Fixes #1213003, SendToWorkspace shouldnt follow (Mathias) |
5 | - SendToWorkspace silently changes the workspace of the window | 7 | - SendToWorkspace silently changes the workspace of the window |
6 | - TakeToWorkspace takes the window and puts it onto the ws | 8 | - TakeToWorkspace takes the window and puts it onto the ws |
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in index db16d83..cbc0483 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -1562,7 +1562,7 @@ append_submenu "${MULTIMEDIAMENU}" | |||
1562 | 1562 | ||
1563 | 1563 | ||
1564 | append_submenu "${VIDEOMENU}" | 1564 | append_submenu "${VIDEOMENU}" |
1565 | normal_find xine aviplay gtv gmplayer xmovie xcdroast xgdb realplay xawtv fxtv ogle goggles | 1565 | normal_find xine aviplay gtv gmplayer xmovie xcdroast xgdb realplay xawtv fxtv ogle goggles vlc |
1566 | find_it dvdrip append "[exec] (dvdrip) {nohup dvdrip}" | 1566 | find_it dvdrip append "[exec] (dvdrip) {nohup dvdrip}" |
1567 | append_menu_end | 1567 | append_menu_end |
1568 | 1568 | ||