Merge lp:~stolowski/unity-lens-files/fix-scope-ids into lp:~unity-team/unity-lens-files/libunity7-compatible

Proposed by Paweł Stołowski
Status: Merged
Approved by: Michal Hruby
Approved revision: 258
Merged at revision: 256
Proposed branch: lp:~stolowski/unity-lens-files/fix-scope-ids
Merge into: lp:~unity-team/unity-lens-files/libunity7-compatible
Diff against target: 39 lines (+4/-4)
3 files modified
Makefile.am (+2/-2)
configure.ac (+1/-1)
po/POTFILES.in (+1/-1)
To merge this branch: bzr merge lp:~stolowski/unity-lens-files/fix-scope-ids
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+160179@code.launchpad.net

Commit message

Fixed scope ids.

Description of the change

Fixed scope ids.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michal Hruby (mhr3) wrote :

Missing configure.ac changes.

review: Needs Fixing
257. By Paweł Stołowski

Updated configure.ac.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
258. By Paweł Stołowski

Updated POTFILES.in.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michal Hruby (mhr3) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile.am'
--- Makefile.am 2013-03-14 18:11:51 +0000
+++ Makefile.am 2013-04-23 08:45:43 +0000
@@ -1,9 +1,9 @@
1SUBDIRS = src data po tests1SUBDIRS = src data po tests
22
3#3#
4# Install the files-local.scope file4# Install the local.scope file
5#5#
6scope_in_files = files-local.scope.in6scope_in_files = local.scope.in
7scopedir = $(SCOPESDIR)/files7scopedir = $(SCOPESDIR)/files
8scope_DATA = $(scope_in_files:.scope.in=.scope)8scope_DATA = $(scope_in_files:.scope.in=.scope)
99
1010
=== modified file 'configure.ac'
--- configure.ac 2013-03-12 13:43:11 +0000
+++ configure.ac 2013-04-23 08:45:43 +0000
@@ -121,7 +121,7 @@
121#####################################################121#####################################################
122AC_CONFIG_FILES([122AC_CONFIG_FILES([
123 Makefile123 Makefile
124 files-local.scope.in124 local.scope.in
125 data/Makefile125 data/Makefile
126 data/com.canonical.Unity.FilesLens.gschema.xml.in126 data/com.canonical.Unity.FilesLens.gschema.xml.in
127 src/Makefile127 src/Makefile
128128
=== renamed file 'files-local.scope.in.in' => 'local.scope.in.in'
=== modified file 'po/POTFILES.in'
--- po/POTFILES.in 2013-03-13 11:01:29 +0000
+++ po/POTFILES.in 2013-04-23 08:45:43 +0000
@@ -2,5 +2,5 @@
2src/daemon.vala2src/daemon.vala
3src/utils.vala3src/utils.vala
4src/main.vala4src/main.vala
5[type: gettext/ini]files-local.scope.in.in5[type: gettext/ini]local.scope.in.in
66

Subscribers

People subscribed via source and target branches