Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfy
2005-11-14 Kjartan Maraas <kmaraas@gnome.org> * */*: Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. * libkbddraw/keyboard-drawing.h: ANSIfy some function declarations.
This commit is contained in:
parent
c64b931ac0
commit
564a9d03aa
56 changed files with 165 additions and 166 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gnome-window-manager.c: (gnome_window_manager_class_init):
|
||||
Remove some unused code.
|
||||
|
||||
2005-07-19 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
See http://mail.gnome.org/archives/desktop-devel-list/2005-July/msg00341.html
|
||||
|
|
|
@ -181,10 +181,8 @@ static void
|
|||
gnome_window_manager_class_init (GnomeWindowManagerClass *class)
|
||||
{
|
||||
GObjectClass *object_class;
|
||||
GnomeWindowManagerClass *wm_class;
|
||||
|
||||
object_class = G_OBJECT_CLASS (class);
|
||||
wm_class = GNOME_WINDOW_MANAGER_CLASS (class);
|
||||
|
||||
object_class->finalize = gnome_window_manager_finalize;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue