Fix build breakage
svn path=/branches/gtk-2-10/; revision=17194
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-01-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
*gtk/gtkcalendar.c: Fix build breakage
|
||||
|
||||
2007-01-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Merge from trunk:
|
||||
|
||||
@@ -2808,7 +2808,6 @@ gtk_calendar_key_press (GtkWidget *widget,
|
||||
old_focus_row = calendar->focus_row;
|
||||
old_focus_col = calendar->focus_col;
|
||||
|
||||
g_print ("focus %d %d\n", old_focus_row, old_focus_col));
|
||||
switch (event->keyval)
|
||||
{
|
||||
case GDK_KP_Left:
|
||||
|
||||
Reference in New Issue
Block a user