window-tracker: Fix minor style issue

This commit is contained in:
Jasper St. Pierre 2014-10-12 17:20:12 -07:00
parent eaec459ee9
commit 49fcc93a4b

View File

@ -507,7 +507,7 @@ disassociate_window (ShellWindowTracker *self,
g_hash_table_remove (self->window_to_app, window);
_shell_app_remove_window (app, window);
g_signal_handlers_disconnect_by_func (window, G_CALLBACK(on_wm_class_changed), self);
g_signal_handlers_disconnect_by_func (window, G_CALLBACK (on_wm_class_changed), self);
g_signal_emit (self, signals[TRACKED_WINDOWS_CHANGED], 0);