Remove C++ comment; reported by Damien Carbery <damien.carbery@sun.com>.

2004-01-30  Federico Mena Quintero  <federico@ximian.com>

	* gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
	by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
This commit is contained in:
Federico Mena Quintero 2004-01-30 17:59:59 +00:00 committed by Federico Mena Quintero
parent 7f923de9e0
commit c43721c8eb
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-01-30 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
by Damien Carbery <damien.carbery@sun.com>. Fixes #132956.
Fri Jan 30 11:37:37 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdrawable-x11.c: Revert changes from

View File

@ -1,3 +1,8 @@
2004-01-30 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
by Damien Carbery <damien.carbery@sun.com>. Fixes #132956.
Fri Jan 30 11:37:37 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdrawable-x11.c: Revert changes from

View File

@ -1,3 +1,8 @@
2004-01-30 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
by Damien Carbery <damien.carbery@sun.com>. Fixes #132956.
Fri Jan 30 11:37:37 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdrawable-x11.c: Revert changes from

View File

@ -1,3 +1,8 @@
2004-01-30 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
by Damien Carbery <damien.carbery@sun.com>. Fixes #132956.
Fri Jan 30 11:37:37 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdrawable-x11.c: Revert changes from

View File

@ -1,3 +1,8 @@
2004-01-30 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
by Damien Carbery <damien.carbery@sun.com>. Fixes #132956.
Fri Jan 30 11:37:37 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdrawable-x11.c: Revert changes from

View File

@ -2641,7 +2641,7 @@ arrow_action (GtkCalendar *calendar,
gtk_calendar_set_month_next (calendar);
break;
default:;
// do nothing
/* do nothing */
}
}