Update old Google Code URLs to new GitLab location.

This commit is contained in:
Sebastiaan Lokhorst
2015-07-05 11:14:00 +02:00
parent 574b6bc214
commit 043a0f7ab3
4 changed files with 5 additions and 5 deletions

View File

@@ -549,7 +549,7 @@ void set_panel_properties(Panel *p)
memset(&wmhints, 0, sizeof(wmhints));
if (panel_dock) {
// Necessary for placing the panel into the dock on Openbox and Fluxbox.
// See https://code.google.com/p/tint2/issues/detail?id=465
// See https://gitlab.com/o9000/tint2/issues/465
wmhints.icon_window = wmhints.window_group = p->main_win;
wmhints.flags = StateHint | IconWindowHint;
wmhints.initial_state = WithdrawnState;