Skip to content

Commit

Permalink
x11: s/_/-/ in signal name "window-manager-changed"
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchfoo committed Feb 21, 2012
1 parent 427b88f commit f4b15a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdk/x11/gdkscreen-x11.c
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ gdk_x11_screen_class_init (GdkX11ScreenClass *klass)
screen_class->list_visuals = _gdk_x11_screen_list_visuals;

signals[WINDOW_MANAGER_CHANGED] =
g_signal_new (g_intern_static_string ("window_manager_changed"),
g_signal_new (g_intern_static_string ("window-manager-changed"),
G_OBJECT_CLASS_TYPE (object_class),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GdkX11ScreenClass, window_manager_changed),
Expand Down

0 comments on commit f4b15a5

Please sign in to comment.