Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 384001
Collapse All | Expand All

(-)a/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c (+5 lines)
Lines 214-219 Link Here
214
    plugin_class->activate = activate;
214
    plugin_class->activate = activate;
215
    plugin_class->deactivate = deactivate;
215
    plugin_class->deactivate = deactivate;
216
}
216
}
217
218
static void
219
gsd_pointing_device_plugin_class_finalize (GsdPointingDevicePluginClass *klass)
220
{
221
}
217
/*
222
/*
218
vi:ts=4:nowrap:ai:expandtab:sw=4
223
vi:ts=4:nowrap:ai:expandtab:sw=4
219
*/
224
*/

Return to bug 384001