r11679 - in /desktop/unstable/nautilus/debian: changelog patches/14_sidebar_network-protocol.patch patches/series
otavio at users.alioth.debian.org
otavio at users.alioth.debian.org
Mon Jun 25 16:03:25 UTC 2007
Author: otavio
Date: Mon Jun 25 16:03:25 2007
New Revision: 11679
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11679
Log:
* 14_sidebar_network-protocol.patch: Adds the "Network Servers" option
on sidebar. Thanks to Luis Gustavo S. Barreto <gustavo at ossystems.com.br>
for the patch.
Added:
desktop/unstable/nautilus/debian/patches/14_sidebar_network-protocol.patch
Modified:
desktop/unstable/nautilus/debian/changelog
desktop/unstable/nautilus/debian/patches/series
Modified: desktop/unstable/nautilus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/changelog?rev=11679&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/changelog (original)
+++ desktop/unstable/nautilus/debian/changelog Mon Jun 25 16:03:25 2007
@@ -1,5 +1,6 @@
nautilus (2.18.1-4) UNRELEASED; urgency=low
+ [ Josselin Mouette ]
* 12_list-view_expand.patch: update the minimum width to 20
characters.
* Update watch file.
@@ -8,7 +9,12 @@
* 99_ltmain_as-needed.patch: make --as-needed work for the library
too.
- -- Josselin Mouette <joss at debian.org> Wed, 06 Jun 2007 23:37:14 +0200
+ [ Otavio Salvador ]
+ * 14_sidebar_network-protocol.patch: Adds the "Network Servers" option
+ on sidebar. Thanks to Luis Gustavo S. Barreto <gustavo at ossystems.com.br>
+ for the patch.
+
+ -- Otavio Salvador <otavio at ossystems.com.br> Mon, 25 Jun 2007 13:00:02 -0300
nautilus (2.18.1-3) unstable; urgency=low
Added: desktop/unstable/nautilus/debian/patches/14_sidebar_network-protocol.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/patches/14_sidebar_network-protocol.patch?rev=11679&op=file
==============================================================================
--- desktop/unstable/nautilus/debian/patches/14_sidebar_network-protocol.patch (added)
+++ desktop/unstable/nautilus/debian/patches/14_sidebar_network-protocol.patch Mon Jun 25 16:03:25 2007
@@ -1,0 +1,17 @@
+--- a/src/nautilus-places-sidebar.c 2006-04-15 13:19:44.000000000 -0300
++++ b/src/nautilus-places-sidebar.c 2007-02-13 21:19:16.000000000 -0200
+@@ -254,6 +254,14 @@
+ }
+ g_list_free (drives);
+
++ mount_uri = "network:///";
++ last_iter = add_place (sidebar->store, PLACES_BUILT_IN,
++ _("Network Servers"), "gnome-fs-network",
++ mount_uri, NULL, NULL, 0);
++ if (strcmp (location, mount_uri) == 0) {
++ gtk_tree_selection_select_iter (selection, &last_iter);
++ }
++
+ /* add mounted volumes that has no drive (ftp, sftp,...) */
+
+ volumes = gnome_vfs_volume_monitor_get_mounted_volumes (volume_monitor);
Modified: desktop/unstable/nautilus/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/patches/series?rev=11679&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/patches/series (original)
+++ desktop/unstable/nautilus/debian/patches/series Mon Jun 25 16:03:25 2007
@@ -9,5 +9,6 @@
11_gnomevfs_query_eject.patch
12_list-view_expand.patch
13_thumbnail_size_pref.patch
+14_sidebar_network-protocol.patch
20_upstream_nautilus-dnd-user-owned.patch -p0
99_ltmain_as-needed.patch
More information about the pkg-gnome-commits
mailing list