~ubuntu-branches/ubuntu/trusty/nautilus-share/trusty

« back to all changes in this revision

Viewing changes to debian/patches/07_set-title.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-07-08 19:29:57 UTC
  • mfrom: (9.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110708192957-smtwyhrxx463r06g
Tags: 0.7.3-1
* [216b642] Update watch URL
* [5935de3] Imported Upstream version 0.7.3 (Closes: #630248)
* [aee4fd0] Drop upstreamed patches
* [8b469c0] Refresh 02_install_missing_samba.patch
* [b3611df] Refresh 99_ltmain_as-needed.patch
* [a049722] Drop explicit libglib2.0-dev build-dep
* [63b282f] Move to dh7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Description: Set the title of the sharing options dialog manually so it can
2
 
# be translated.
3
 
# Origin: vendor
4
 
# Bug-Ubuntu: https://bugs.launchpad.net/bugs/356191
5
 
# Forwarded: yes
6
 
# Author: Chow Loong Jin <hyperair@ubuntu.com>
7
 
---
8
 
 
9
 
 src/nautilus-share.c |    1 +
10
 
 1 files changed, 1 insertions(+), 0 deletions(-)
11
 
 
12
 
 
13
 
diff --git a/src/nautilus-share.c b/src/nautilus-share.c
14
 
index 0944214..0616965 100644
15
 
--- a/src/nautilus-share.c
16
 
+++ b/src/nautilus-share.c
17
 
@@ -1363,6 +1363,7 @@ share_this_folder_callback (NautilusMenuItem *item,
18
 
   g_assert (fileinfo != NULL);
19
 
 
20
 
   window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
21
 
+  gtk_window_set_title (GTK_WINDOW (window), _("Folder Sharing"));
22
 
   page = create_property_page (fileinfo);
23
 
   page->standalone_window = window;
24
 
   g_signal_connect (page->button_cancel, "clicked",