forked from AuroraMiddleware/gtk
corrected a brace position (Damon Chaplin), which i got wrong when
Wed Apr 15 05:13:09 1998 Tim Janik <timj@gtk.org> * gtk/gtklabel.c (gtk_label_size_request): corrected a brace position (Damon Chaplin), which i got wrong when applying Damon's patch the last time.
This commit is contained in:
parent
21bb83612d
commit
c7c0e3d58d
@ -1,3 +1,9 @@
|
||||
Wed Apr 15 05:13:09 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
|
||||
(Damon Chaplin), which i got wrong when applying Damon's patch the last
|
||||
time.
|
||||
|
||||
1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Apr 15 05:13:09 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
|
||||
(Damon Chaplin), which i got wrong when applying Damon's patch the last
|
||||
time.
|
||||
|
||||
1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Apr 15 05:13:09 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
|
||||
(Damon Chaplin), which i got wrong when applying Damon's patch the last
|
||||
time.
|
||||
|
||||
1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Apr 15 05:13:09 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
|
||||
(Damon Chaplin), which i got wrong when applying Damon's patch the last
|
||||
time.
|
||||
|
||||
1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Apr 15 05:13:09 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
|
||||
(Damon Chaplin), which i got wrong when applying Damon's patch the last
|
||||
time.
|
||||
|
||||
1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Apr 15 05:13:09 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
|
||||
(Damon Chaplin), which i got wrong when applying Damon's patch the last
|
||||
time.
|
||||
|
||||
1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Apr 15 05:13:09 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
|
||||
(Damon Chaplin), which i got wrong when applying Damon's patch the last
|
||||
time.
|
||||
|
||||
1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
|
||||
|
@ -268,7 +268,7 @@ gtk_label_size_request (GtkWidget *widget,
|
||||
width = MAX (width,
|
||||
gdk_text_width (GTK_WIDGET (label)->style->font,
|
||||
row->data,
|
||||
(gchar*) row->next->data - (gchar*) row->data) - 1);
|
||||
(gchar*) row->next->data - (gchar*) row->data - 1));
|
||||
else
|
||||
width = MAX (width, gdk_string_width (GTK_WIDGET (label)->style->font, row->data));
|
||||
row = row->next;
|
||||
|
Loading…
Reference in New Issue
Block a user