Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Files
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
430
Issues
430
List
Boards
Labels
Service Desk
Milestones
Merge Requests
25
Merge Requests
25
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
Files
Commits
e66ad339
Commit
e66ad339
authored
Dec 15, 1999
by
Darin Adler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rolled out my change. I was confused. Elliot had this fixed
already but I forgot to "make install".
parent
7d7defac
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
20 deletions
+11
-20
ChangeLog-20000414
ChangeLog-20000414
+6
-0
libnautilus-extensions/gtkscrollframe.c
libnautilus-extensions/gtkscrollframe.c
+1
-4
libnautilus-extensions/nautilus-scroll-frame.c
libnautilus-extensions/nautilus-scroll-frame.c
+1
-4
libnautilus-private/gtkscrollframe.c
libnautilus-private/gtkscrollframe.c
+1
-4
libnautilus-private/nautilus-scroll-frame.c
libnautilus-private/nautilus-scroll-frame.c
+1
-4
libnautilus/gtkscrollframe.c
libnautilus/gtkscrollframe.c
+1
-4
No files found.
ChangeLog-20000414
View file @
e66ad339
1999-12-15 Darin Adler <darin@eazel.com>
* libnautilus/gtkscrollframe.c (gtk_scroll_frame_size_allocate):
Rolled out my change. I was confused. Elliot had this fixed
already but I forgot to "make install".
1999-12-15 Darin Adler <darin@eazel.com>
* libnautilus/gtkscrollframe.c (gtk_scroll_frame_size_allocate):
...
...
libnautilus-extensions/gtkscrollframe.c
View file @
e66ad339
...
...
@@ -686,10 +686,7 @@ gtk_scroll_frame_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
guint
count
=
0
;
do
{
/* This must be a gint, not a gint16, otherwise we'll get
* overflow below when frame_w or frame_h is zero.
*/
gint
possible_new_size
;
gint16
possible_new_size
;
compute_relative_allocation
(
widget
,
&
relative_allocation
);
...
...
libnautilus-extensions/nautilus-scroll-frame.c
View file @
e66ad339
...
...
@@ -686,10 +686,7 @@ gtk_scroll_frame_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
guint
count
=
0
;
do
{
/* This must be a gint, not a gint16, otherwise we'll get
* overflow below when frame_w or frame_h is zero.
*/
gint
possible_new_size
;
gint16
possible_new_size
;
compute_relative_allocation
(
widget
,
&
relative_allocation
);
...
...
libnautilus-private/gtkscrollframe.c
View file @
e66ad339
...
...
@@ -686,10 +686,7 @@ gtk_scroll_frame_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
guint
count
=
0
;
do
{
/* This must be a gint, not a gint16, otherwise we'll get
* overflow below when frame_w or frame_h is zero.
*/
gint
possible_new_size
;
gint16
possible_new_size
;
compute_relative_allocation
(
widget
,
&
relative_allocation
);
...
...
libnautilus-private/nautilus-scroll-frame.c
View file @
e66ad339
...
...
@@ -686,10 +686,7 @@ gtk_scroll_frame_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
guint
count
=
0
;
do
{
/* This must be a gint, not a gint16, otherwise we'll get
* overflow below when frame_w or frame_h is zero.
*/
gint
possible_new_size
;
gint16
possible_new_size
;
compute_relative_allocation
(
widget
,
&
relative_allocation
);
...
...
libnautilus/gtkscrollframe.c
View file @
e66ad339
...
...
@@ -686,10 +686,7 @@ gtk_scroll_frame_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
guint
count
=
0
;
do
{
/* This must be a gint, not a gint16, otherwise we'll get
* overflow below when frame_w or frame_h is zero.
*/
gint
possible_new_size
;
gint16
possible_new_size
;
compute_relative_allocation
(
widget
,
&
relative_allocation
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment