~ubuntu-branches/ubuntu/precise/gnome-do/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/04_fix_locale_path.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2008-10-08 20:35:38 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20081008203538-yty5q4gpfx1ldint
Tags: 0.6.1.0-0ubuntu1
* New upstream release.  FFe is (LP: #279328)
* debian/patches/04_fix_locale_path:
  + Fix the translations path sent to gettext.  Without this, translations
    aren't used by Do.
* debian/gnome-do.gconf-defaults:
  + Don't popup the UI on login; wait for the user to summon Do.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 04_fix_locale_path.dpatch by Christopher James Halse Rogers <raof@ubuntu.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad gnome-do-0.6.1.0~/Do/src/Do.cs gnome-do-0.6.1.0/Do/src/Do.cs
 
9
--- gnome-do-0.6.1.0~/Do/src/Do.cs      2008-10-07 08:02:58.000000000 +1100
 
10
+++ gnome-do-0.6.1.0/Do/src/Do.cs       2008-10-08 20:32:31.000000000 +1100
 
11
@@ -46,7 +46,7 @@
 
12
                        perfTime = DateTime.Now;
 
13
                        Do.args = args;
 
14
                        
 
15
-                       Catalog.Init ("gnome-do", "/usr/local/share/locale");
 
16
+                       Catalog.Init ("gnome-do", "/usr/share/locale");
 
17
                        Gtk.Application.Init ();
 
18
 
 
19
                        DetectInstanceAndExit ();