http://bugzilla.gnome.org/show_bug.cgi?id=101433 fix trivial stupidity.
2003-01-08 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=101433 * gnome-window-manager.c (gnome_window_manager_get_double_click_actions) : fix trivial stupidity. How did this last so long ?
This commit is contained in:
parent
91cf3c87e9
commit
2279c9775d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2003-01-08 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
|
http://bugzilla.gnome.org/show_bug.cgi?id=101433
|
||||||
|
* gnome-window-manager.c
|
||||||
|
(gnome_window_manager_get_double_click_actions) : fix trivial
|
||||||
|
stupidity. How did this last so long ?
|
||||||
|
|
||||||
2002-12-18 Jody Goldberg <jody@gnome.org>
|
2002-12-18 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
* Release 2.1.5
|
* Release 2.1.5
|
||||||
|
|
|
@ -117,7 +117,7 @@ gnome_window_manager_get_double_click_actions (GnomeWindowManager *
|
||||||
*n_actions = 0;
|
*n_actions = 0;
|
||||||
|
|
||||||
if (klass->get_double_click_actions)
|
if (klass->get_double_click_actions)
|
||||||
return klass->get_double_click_actions (wm, actions, n_actions);
|
klass->get_double_click_actions (wm, actions, n_actions);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Reference in a new issue