[gnumeric] win32: fix reg file generations.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: fix reg file generations.
- Date: Wed, 2 Oct 2013 17:56:27 +0000 (UTC)
commit ba3fd8364012f3d226320a774d324933264100f4
Author: Morten Welinder <terra gnome org>
Date: Wed Oct 2 13:55:30 2013 -0400
win32: fix reg file generations.
tools/handle-conf-options | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tools/handle-conf-options b/tools/handle-conf-options
index 7d8e51f..5d927bd 100644
--- a/tools/handle-conf-options
+++ b/tools/handle-conf-options
@@ -673,7 +673,8 @@ sub create_reg {
$type .= ":" . $schema->{'list_type'} if $type eq 'list';
my $default = $schema->{'default'};
- next unless $key =~ s{^/apps/}{};
+ # Outdated; keys now start with /org/
+ # next unless $key =~ s{^/apps/}{};
my $wkey = $prefix;
my @items = split ('/', $key);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]