diff options
author | rbuj <[email protected]> | 2020-11-22 11:20:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-28 18:40:27 +0100 |
commit | f164a479add73845f3bc826c2cf04d097db4278e (patch) | |
tree | 17b140e27bc814a2e6683c73da2aa45f3da0cea5 /capplets | |
parent | 6bc8423a6953f52e4b6f6aee3d8eee021a84301a (diff) | |
download | mate-control-center-f164a479add73845f3bc826c2cf04d097db4278e.tar.bz2 mate-control-center-f164a479add73845f3bc826c2cf04d097db4278e.tar.xz |
xrandr-capplet: warning -Wincompatible-pointer-types
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/display/xrandr-capplet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c index ebc7f348..a3ac5342 100644 --- a/capplets/display/xrandr-capplet.c +++ b/capplets/display/xrandr-capplet.c @@ -2500,7 +2500,7 @@ restart: break; case GTK_RESPONSE_HELP: - gtk_show_uri_on_window (GTK_DIALOG (app->dialog), + gtk_show_uri_on_window (GTK_WINDOW (app->dialog), "help:mate-user-guide/goscustdesk-70", gtk_get_current_event_time (), &error); |