diff options
-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 | ||