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

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- a/plugins/mouse/gsd-mouse-manager.c
0
++ b/plugins/mouse/gsd-mouse-manager.c
Lines 555-561 set_disable_w_typing (GsdMouseManager *manager, gboolean state) Link Here
555
{
555
{
556
        if (state && touchpad_is_present ()) {
556
        if (state && touchpad_is_present ()) {
557
                GError *error = NULL;
557
                GError *error = NULL;
558
                char *args[5];
558
                char *args[6];
559
559
560
                if (manager->priv->syndaemon_spawned)
560
                if (manager->priv->syndaemon_spawned)
561
                        return 0;
561
                        return 0;
Lines 564-570 set_disable_w_typing (GsdMouseManager *manager, gboolean state) Link Here
564
                args[1] = "-i";
564
                args[1] = "-i";
565
                args[2] = "2.0";
565
                args[2] = "2.0";
566
                args[3] = "-k";
566
                args[3] = "-k";
567
                args[4] = NULL;
567
                args[4] = "-R";
568
                args[5] = NULL;
568
569
569
                if (!g_find_program_in_path (args[0]))
570
                if (!g_find_program_in_path (args[0]))
570
                        return 0;
571
                        return 0;

Return to bug 371455