Fix bug with set_adjustment (viewport, NULL);
Sun Jun 8 11:27:29 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with set_adjustment (viewport, NULL);
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Sun Jun 8 11:27:29 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with
|
||||
set_adjustment (viewport, NULL);
|
||||
|
||||
Fri Jun 6 16:25:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c: Many fixes, along with extensive cleanups and
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Sun Jun 8 11:27:29 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with
|
||||
set_adjustment (viewport, NULL);
|
||||
|
||||
Fri Jun 6 16:25:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c: Many fixes, along with extensive cleanups and
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Sun Jun 8 11:27:29 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with
|
||||
set_adjustment (viewport, NULL);
|
||||
|
||||
Fri Jun 6 16:25:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c: Many fixes, along with extensive cleanups and
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Sun Jun 8 11:27:29 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with
|
||||
set_adjustment (viewport, NULL);
|
||||
|
||||
Fri Jun 6 16:25:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c: Many fixes, along with extensive cleanups and
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Sun Jun 8 11:27:29 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with
|
||||
set_adjustment (viewport, NULL);
|
||||
|
||||
Fri Jun 6 16:25:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c: Many fixes, along with extensive cleanups and
|
||||
|
||||
@@ -441,7 +441,7 @@ viewport_set_adjustment (GtkViewport *viewport,
|
||||
GtkAdjustment **adjustmentp = ADJUSTMENT_POINTER (viewport, orientation);
|
||||
gboolean value_changed;
|
||||
|
||||
if (adjustment == *adjustmentp)
|
||||
if (adjustment && adjustment == *adjustmentp)
|
||||
return;
|
||||
|
||||
if (!adjustment)
|
||||
|
||||
Reference in New Issue
Block a user