]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
fixed a little bug
authorDaniel Carbonell Fraj <bocata@src.gnome.org>
Sat, 1 Feb 2003 20:15:35 +0000 (20:15 +0000)
committerDaniel Carbonell Fraj <bocata@src.gnome.org>
Sat, 1 Feb 2003 20:15:35 +0000 (20:15 +0000)
fixed a little bug

src/gtetrinet.c

index aab1501b2d661d472efabac2af96b3f0381db767..46859d60686e88701a049b645a3ef172ab7543ea 100644 (file)
@@ -210,7 +210,7 @@ int main (int argc, char *argv[])
                              keys_right_changed, NULL, NULL, NULL);
 
     gconf_client_notify_add (gconf_client, "/apps/gtetrinet/keys/rotate_left",
-                             keys_left_changed, NULL, NULL, NULL);
+                             keys_rotate_left_changed, NULL, NULL, NULL);
 
     gconf_client_notify_add (gconf_client, "/apps/gtetrinet/keys/rotate_right",
                              keys_rotate_right_changed, NULL, NULL, NULL);