Fix for marking days from Dan Reish <dreish@izzy.net>.

Thu Nov 19 23:47:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * gtk/gtkcalendar.c: Fix for marking days from
	  Dan Reish <dreish@izzy.net>.
This commit is contained in:
CST 1998 Shawn T. Amundson 1998-11-20 05:51:45 +00:00 committed by Shawn Amundson
parent 14f08e6a93
commit 27a8669d0d
8 changed files with 37 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Nov 19 23:47:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.c: Fix for marking days from
Dan Reish <dreish@izzy.net>.
Thu Nov 19 00:15:27 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (gtk_ctree_node_nth): return the nth GtkCTreeNode

View File

@ -1,3 +1,8 @@
Thu Nov 19 23:47:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.c: Fix for marking days from
Dan Reish <dreish@izzy.net>.
Thu Nov 19 00:15:27 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (gtk_ctree_node_nth): return the nth GtkCTreeNode

View File

@ -1,3 +1,8 @@
Thu Nov 19 23:47:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.c: Fix for marking days from
Dan Reish <dreish@izzy.net>.
Thu Nov 19 00:15:27 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (gtk_ctree_node_nth): return the nth GtkCTreeNode

View File

@ -1,3 +1,8 @@
Thu Nov 19 23:47:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.c: Fix for marking days from
Dan Reish <dreish@izzy.net>.
Thu Nov 19 00:15:27 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (gtk_ctree_node_nth): return the nth GtkCTreeNode

View File

@ -1,3 +1,8 @@
Thu Nov 19 23:47:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.c: Fix for marking days from
Dan Reish <dreish@izzy.net>.
Thu Nov 19 00:15:27 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (gtk_ctree_node_nth): return the nth GtkCTreeNode

View File

@ -1,3 +1,8 @@
Thu Nov 19 23:47:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.c: Fix for marking days from
Dan Reish <dreish@izzy.net>.
Thu Nov 19 00:15:27 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (gtk_ctree_node_nth): return the nth GtkCTreeNode

View File

@ -1,3 +1,8 @@
Thu Nov 19 23:47:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.c: Fix for marking days from
Dan Reish <dreish@izzy.net>.
Thu Nov 19 00:15:27 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (gtk_ctree_node_nth): return the nth GtkCTreeNode

View File

@ -1877,7 +1877,8 @@ gtk_calendar_paint_day (GtkWidget *widget,
gdk_draw_string (private_data->main_win,
DAY_FONT (widget), gc,
x_loc, y_baseline, buffer);
if (calendar->marked_date[day-1])
if (calendar->marked_date[day-1]
&& calendar->day_month[row][col] == MONTH_CURRENT)
gdk_draw_string (private_data->main_win,
DAY_FONT (widget), gc,
x_loc-1, y_baseline, buffer);