summaryrefslogtreecommitdiff
path: root/capplets/display/xrandr-capplet.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/display/xrandr-capplet.c')
-rw-r--r--capplets/display/xrandr-capplet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c
index 869dfeb5..c3a1643f 100644
--- a/capplets/display/xrandr-capplet.c
+++ b/capplets/display/xrandr-capplet.c
@@ -2494,7 +2494,7 @@ run_application (App *app)
}
app->screen = mate_rr_screen_new (gdk_screen_get_default (), &error);
- g_signal_connect (app->screen, "screen-changed", G_CALLBACK (on_screen_changed), app);
+ g_signal_connect (app->screen, "changed", G_CALLBACK (on_screen_changed), app);
if (!app->screen)
{
error_message (NULL, _("Could not get screen information"), error->message);