2009-03-16 Cosimo Cecchi <cosimoc@gnome.org>
* libnautilus-private/Makefile.am: remove -version-info LDFLAG
from libnautilus-private, as that's a private library.
Patch by Daniel Macks (#348301).
svn path=/trunk/; revision=15125
2009-03-09 Alexander Larsson <alexl@redhat.com>
* eel-editable-label.c:
(eel_editable_label_move_forward_word):
Don't move past end of string (#569165).
svn path=/trunk/; revision=15073
2009-02-24 Alexander Larsson <alexl@redhat.com>
* eel-background.c (eel_background_get_image_uri):
Don't spew warning if there is no uri.
svn path=/trunk/; revision=15002
2009-02-17 Alexander Larsson <alexl@redhat.com>
* eel-background.c (eel_background_ensure_realized):
Ignore pending background changes when we've realized the
background to avoid an unnecessary re-set of the pixmap.
svn path=/trunk/; revision=14962
2009-01-28 Cosimo Cecchi <cosimoc@gnome.org>
* eel-editable-label.c: (eel_editable_label_move_cursor):
make sure we take care about UTF-8/byte conversion when we move
around the cursor (#569165).
svn path=/trunk/; revision=14890
2009-01-22 A. Walton <awalton@gnome.org>
* libnautilus-private/nautilus-file-utilities.c
(nautilus_unique_temporary_file_name):
* libnautilus-private/nautilus-metafile.c (metafile_write_local):
Use g_mkstemp() instead of mkstemp(). Pointed out by Paolo Borelli.
svn path=/trunk/; revision=14879
2009-01-22 Paolo Borelli <pborelli@katamail.com>
* eel/eel-gtk-extensions.[ch]: add utility function
to get a GtkMenuToolButton's button
* src/nautilus-window-menus.c:
* src/nautilus-navigation-action.c:
Use the above util function that doesn't leak the children
list.
svn path=/trunk/; revision=14877
2009-01-21 A. Walton <awalton@gnome.org>
* eel-debug-drawing.c (eel_debug_show_pixbuf_in_external_viewer):
Last commit is wrong; mkstemp is not a drop in replacement for
mktemp.
svn path=/trunk/; revision=14874
2009-01-21 A. Walton <awalton@gnome.org>
* eel-debug-drawing.c (eel_debug_show_pixbuf_in_external_viewer):
Bug #568630: eel should use mkstemp() instead of mktemp()
mktemp() is deprecated and should not be used.
Patch by Jasper Lievisse Adriaanse.
svn path=/trunk/; revision=14873