summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2004-10-06 14:03:05 +0000
committerAlexander Larsson <alexl@src.gnome.org>2004-10-06 14:03:05 +0000
commitee133fc0c0f0dd23d6f8f8666dcea5358fbe62ea (patch)
tree14af12f69117bc5c4a7d6455779bc25d6fd9a598 /ChangeLog
parente3d3df70217abb0ccb97381b54a3cf198d5fc73f (diff)
downloadnautilus-ee133fc0c0f0dd23d6f8f8666dcea5358fbe62ea.tar.gz
Use guint, not uint (#150359) Patch from Gustavo Carneiro.
2004-10-06 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-container.c (start_rubberbanding): Use guint, not uint (#150359) Patch from Gustavo Carneiro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a09922f2a..ff52e71f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-10-06 Alexander Larsson <alexl@redhat.com>
+ * libnautilus-private/nautilus-icon-container.c (start_rubberbanding):
+ Use guint, not uint (#150359)
+ Patch from Gustavo Carneiro.
+
+2004-10-06 Alexander Larsson <alexl@redhat.com>
+
* libnautilus-private/nautilus-directory-async.c (directory_load_one):
Don't crash if info->name == NULL. (Not valid, but happened with
smb backend.)