diff -Nru lxappearance2-0.4.0+git20100729/data/lxappearance2.desktop lxappearance2-0.4.0+git20100730/data/lxappearance2.desktop --- lxappearance2-0.4.0+git20100729/data/lxappearance2.desktop 2010-07-29 23:03:40.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/data/lxappearance2.desktop 2010-07-30 15:21:18.000000000 +0100 @@ -6,4 +6,4 @@ Icon=preferences-desktop-theme Exec=lxappearance2 StartupNotify=true -Categories=GTK; +Categories=Settings;DesktopSettings;GTK; diff -Nru lxappearance2-0.4.0+git20100729/data/lxappearance2.desktop.in lxappearance2-0.4.0+git20100730/data/lxappearance2.desktop.in --- lxappearance2-0.4.0+git20100729/data/lxappearance2.desktop.in 2010-07-29 23:01:13.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/data/lxappearance2.desktop.in 2010-07-30 15:20:34.000000000 +0100 @@ -6,4 +6,4 @@ Icon=preferences-desktop-theme Exec=lxappearance2 StartupNotify=true -Categories=GTK; +Categories=Settings;DesktopSettings;GTK; diff -Nru lxappearance2-0.4.0+git20100729/debian/changelog lxappearance2-0.4.0+git20100730/debian/changelog --- lxappearance2-0.4.0+git20100729/debian/changelog 2010-07-29 23:05:22.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/debian/changelog 2010-07-30 15:24:12.000000000 +0100 @@ -1,10 +1,10 @@ -lxappearance2 (0.4.0+git20100729-0ubuntu0.1) maverick; urgency=low +lxappearance2 (0.4.0+git20100730-0ubuntu0.1) maverick; urgency=low * New upstream rewrite. * debian/rules : Update installation path * debian/docs : disable installation of docs. - -- Julien Lavergne Fri, 30 Jul 2010 00:02:04 +0200 + -- Julien Lavergne Fri, 30 Jul 2010 16:23:16 +0200 lxappearance (0.4.0-1) unstable; urgency=low diff -Nru lxappearance2-0.4.0+git20100729/debian/control lxappearance2-0.4.0+git20100730/debian/control --- lxappearance2-0.4.0+git20100729/debian/control 2010-07-29 23:03:27.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/debian/control 2010-07-30 14:49:17.000000000 +0100 @@ -28,3 +28,11 @@ . LXAppearance is developed from LXDE(the Lightweight X11 Desktop Environment) project. But it works on other GTK+ based system too. + +Package: lxappareance2-dbg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: lxappearance +Description: a new feature-rich GTK+ theme switcher - debug package + LXAppearance is a new feature-rich GTK+ theme switcher able to change + GTK+ themes, icon themes, and fonts used by applications. Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/debian/lxappearance/usr/bin/lxappearance2 and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/debian/lxappearance/usr/bin/lxappearance2 differ diff -Nru lxappearance2-0.4.0+git20100729/debian/lxappearance/usr/share/applications/lxappearance2.desktop lxappearance2-0.4.0+git20100730/debian/lxappearance/usr/share/applications/lxappearance2.desktop --- lxappearance2-0.4.0+git20100729/debian/lxappearance/usr/share/applications/lxappearance2.desktop 2010-07-29 23:03:41.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/debian/lxappearance/usr/share/applications/lxappearance2.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Desktop Look and Feels -GenericName=Desktop Look and Feels -Comment=Configures look and feels of your desktop and applications -Icon=preferences-desktop-theme -Exec=lxappearance2 -StartupNotify=true -Categories=GTK; diff -Nru lxappearance2-0.4.0+git20100729/debian/lxappearance/usr/share/lxappearance2/install-icon-theme.sh lxappearance2-0.4.0+git20100730/debian/lxappearance/usr/share/lxappearance2/install-icon-theme.sh --- lxappearance2-0.4.0+git20100729/debian/lxappearance/usr/share/lxappearance2/install-icon-theme.sh 2010-07-29 23:03:41.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/debian/lxappearance/usr/share/lxappearance2/install-icon-theme.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,40 +0,0 @@ -#!/bin/sh -# Script used to install new icon theme. -# Copyright (C) 2008 paulliu, pcman -# License: GNU GPL - -# test argc -if (test $# -ne 1) -then - echo Usage: $0 compressed_file - exit -fi - -# make temp dir -THEME_DIR=$HOME/.icons -mkdir -p $THEME_DIR -TMPDIR=`mktemp -d $THEME_DIR/XXXXXXX` - -BASE=`basename $1` - -# decompress -if [ `basename -- $BASE .tar.gz` != "$BASE" ] -then - tar -C $TMPDIR -xzf $1 -elif [ `basename -- $BASE .tar.bz2` != "$BASE" ] -then - tar -C $TMPDIR -xjf $1 -fi - -# install -cd $TMPDIR -DLIST=`find -name 'index.theme' -exec dirname {} \;` -for DIR in $DLIST -do - basename "$DIR" - mv -f "$DIR" "$THEME_DIR" -done - -cd .. -# clear temp dir -rm -rf $TMPDIR diff -Nru lxappearance2-0.4.0+git20100729/debian/lxappearance/usr/share/lxappearance2/ui/about.ui lxappearance2-0.4.0+git20100730/debian/lxappearance/usr/share/lxappearance2/ui/about.ui --- lxappearance2-0.4.0+git20100729/debian/lxappearance/usr/share/lxappearance2/ui/about.ui 2010-07-29 23:03:41.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/debian/lxappearance/usr/share/lxappearance2/ui/about.ui 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ -5center-on-parentdialogFalseLXAppearance0.2.0Copyright (C) 2010 LXDE ProjectConfigures look and feels of your desktophttp://lxde.org/Copyright (C) 2010 LXDE Team - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.洪任諭 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>translator-creditsTrueTrue2TrueendFalseend0 diff -Nru lxappearance2-0.4.0+git20100729/debian/lxappearance/usr/share/lxappearance2/ui/lxappearance.ui lxappearance2-0.4.0+git20100730/debian/lxappearance/usr/share/lxappearance2/ui/lxappearance.ui --- lxappearance2-0.4.0+git20100729/debian/lxappearance/usr/share/lxappearance2/ui/lxappearance.ui 2010-07-29 23:03:41.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/debian/lxappearance/usr/share/lxappearance2/ui/lxappearance.ui 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -1138110105Desktop Look and Feels540preferences-desktop-themenormalFalseTrue2TrueTrueTrue126TrueTrueautomaticautomaticetched-inTrueTrueTrueFalse00True6True0Preview of the selected widget styleFalse0True0TrueTrue10True2TrueTrue_FileTruegtk-newTrueTrueTruegtk-openTrueTrueTruegtk-saveTrueTrueTruegtk-save-asTrueTrueTrueTruegtk-quitTrueTrueTrueTrue_EditTruegtk-cutTrueTrueTruegtk-copyTrueTrueTruegtk-pasteTrueTrueTruegtk-deleteTrueTrueTrueTrue_HelpTruegtk-aboutTrueTrueTrueFalseFalse0TrueTrueiconsFalseTrueTruegtk-go-backFalseTrueTruegtk-go-forwardFalseTrueTrueTruegtk-stopFalseTrueTrueTrueTrueTrueTrueFalseFalse1TrueTrue5TrueTrue40True44True4Radio ButtonTrueTrueFalseTrueTrueFalseFalse0Check ButtonTrueTrueFalseTrueTrueFalseFalse1TrueTrueTrue10TrueTrueTrueTrue00True2Truegtk-findFalseFalse0TruebuttonTrueFalseFalse1FalseFalse1False2TrueDemoTrue0True4TrueTrue0.600000023842000020.1000000014960 %FalseFalse0TrueTrueFalse1True0False21TruePage1FalseTrueTrueneverinTrueTrueicon_demo_storeFalseTruecolumn0column01TruePage21False2True2FalseFalse3False1True12True0Default font:False0TrueTrueTrue1False21TrueWidgetFalse1TrueColor1FalseTrue126True6TrueTrueautomaticautomaticetched-inTrueTrueFalse00InstallTrueTrueTrueimage2False1RemoveTrueTrueTrueimage3False20True18TrueTrue0Preview of the selected icon themeFalse0TrueTrueautomaticautomaticetched-inTrueTrueicon_demo_store601012TrueIcon Theme2FalseTrue126True6TrueTrueautomaticautomaticetched-inTrueTrueFalse00InstallTrueTrueTrueimage4False1RemoveTrueTrueTrueimage5False20True6True0Preview of the selected icon themeFalse0TrueTrueautomaticautomaticetched-inTrueTrue10Size of cursorsFalse212TrueSmallerFalse0TrueTruedelayedcursor_size_adj0left1TrueBiggerFalse2False313TrueMouse Cursor3False4TrueWindow Border4FalseTrue1218True0noneTrue12True22126True0Toolbar Style:GTK_FILLGTK_FILLTrue0Toolbar Icon Size:12GTK_FILLGTK_FILLTruetb_style_store012GTK_FILLGTK_FILLTruetb_icon_size_store01212GTK_FILLGTK_FILLTrue<b>Toolbar</b>TrueFalseFalse00noneTrue12True6Use customized icon sizesTrueTrueFalseTrue0True62126True0Menu:GTK_FILLGTK_FILLTrue0Button:12GTK_FILLGTK_FILLTrue0Dialog:23GTK_FILLGTK_FILLTrue6TrueTrueTrueTrueFalse0TruexFalse1TrueTrueTrueTrueFalse212GTK_FILLGTK_FILLTrue0Small Toolbar:34GTK_FILLGTK_FILLTrue0Large Toolbar:45GTK_FILLGTK_FILLTrue0Drag Icon:56GTK_FILLGTK_FILL1True<b>Icon Sizes</b>TrueFalse10noneTrue12True6Play event soundsTrueTrueFalseFalseTrue0play event sounds as feedback to user inputTrueTrueFalseFalseTrue1True<b>Sound Effect</b>TrueFalseFalse25TrueOther5False1Trueendgtk-aboutTrueTrueTrueTrueFalseFalse0Truegtk-applyTrueFalseTrueTrueTrueFalseFalse1gtk-closeTrueTrueTrueTrueFalseFalse1Falseend0aboutapplycloseuser-homeuser-desktopfolderfolder-remoteuser-trashx-office-documentapplication-x-executableimage-x-generictext-x-generictext-htmlTruegtk-addTruegtk-removeTruegtk-addTruegtk-removeIcons onlyText onlyText below iconsText beside iconsSame as menu itemsSmall toolbar iconLarge toolbar iconSame as buttonsSame as drag iconsSame as dialogs diff -Nru lxappearance2-0.4.0+git20100729/debian/rules lxappearance2-0.4.0+git20100730/debian/rules --- lxappearance2-0.4.0+git20100729/debian/rules 2010-07-29 23:04:19.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/debian/rules 2010-07-30 14:47:53.000000000 +0100 @@ -86,7 +86,7 @@ # dh_installinfo dh_installman dh_link - dh_strip + dh_strip --dbg-package=lxappareance2-dbg dh_compress dh_fixperms # dh_perl diff -Nru lxappearance2-0.4.0+git20100729/.git/FETCH_HEAD lxappearance2-0.4.0+git20100730/.git/FETCH_HEAD --- lxappearance2-0.4.0+git20100729/.git/FETCH_HEAD 1970-01-01 01:00:00.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/FETCH_HEAD 2010-07-30 15:20:34.000000000 +0100 @@ -0,0 +1 @@ +d023f0a4879b9809736afbfb8977645ac94b4c65 branch 'master' of git://lxde.git.sourceforge.net/gitroot/lxde/lxappearance2 Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/index and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/index differ diff -Nru lxappearance2-0.4.0+git20100729/.git/logs/HEAD lxappearance2-0.4.0+git20100730/.git/logs/HEAD --- lxappearance2-0.4.0+git20100729/.git/logs/HEAD 2010-07-29 23:01:13.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/logs/HEAD 2010-07-30 15:20:34.000000000 +0100 @@ -1 +1,2 @@ 0000000000000000000000000000000000000000 2800b8a3339e1b3be48ebba6d5a14d4fba290aaf Julien Lavergne 1280440873 +0200 clone: from git://lxde.git.sourceforge.net/gitroot/lxde/lxappearance2 +2800b8a3339e1b3be48ebba6d5a14d4fba290aaf d023f0a4879b9809736afbfb8977645ac94b4c65 Julien Lavergne 1280499634 +0200 pull : Fast-forward diff -Nru lxappearance2-0.4.0+git20100729/.git/logs/refs/heads/master lxappearance2-0.4.0+git20100730/.git/logs/refs/heads/master --- lxappearance2-0.4.0+git20100729/.git/logs/refs/heads/master 2010-07-29 23:01:13.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/logs/refs/heads/master 2010-07-30 15:20:34.000000000 +0100 @@ -1 +1,2 @@ 0000000000000000000000000000000000000000 2800b8a3339e1b3be48ebba6d5a14d4fba290aaf Julien Lavergne 1280440873 +0200 clone: from git://lxde.git.sourceforge.net/gitroot/lxde/lxappearance2 +2800b8a3339e1b3be48ebba6d5a14d4fba290aaf d023f0a4879b9809736afbfb8977645ac94b4c65 Julien Lavergne 1280499634 +0200 pull : Fast-forward diff -Nru lxappearance2-0.4.0+git20100729/.git/logs/refs/remotes/origin/master lxappearance2-0.4.0+git20100730/.git/logs/refs/remotes/origin/master --- lxappearance2-0.4.0+git20100729/.git/logs/refs/remotes/origin/master 1970-01-01 01:00:00.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/logs/refs/remotes/origin/master 2010-07-30 15:20:34.000000000 +0100 @@ -0,0 +1 @@ +2800b8a3339e1b3be48ebba6d5a14d4fba290aaf d023f0a4879b9809736afbfb8977645ac94b4c65 Julien Lavergne 1280499634 +0200 pull : fast-forward Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/05/6ef2778545e678839f6990c9c767687e346038 and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/05/6ef2778545e678839f6990c9c767687e346038 differ Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/41/3745a72915a671e6e21286c2cc7bd3e966d255 and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/41/3745a72915a671e6e21286c2cc7bd3e966d255 differ diff -Nru lxappearance2-0.4.0+git20100729/.git/objects/48/977bf28e4595ac27bced27e58fe2f8b38e0c14 lxappearance2-0.4.0+git20100730/.git/objects/48/977bf28e4595ac27bced27e58fe2f8b38e0c14 --- lxappearance2-0.4.0+git20100729/.git/objects/48/977bf28e4595ac27bced27e58fe2f8b38e0c14 1970-01-01 01:00:00.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/objects/48/977bf28e4595ac27bced27e58fe2f8b38e0c14 2010-07-30 15:20:34.000000000 +0100 @@ -0,0 +1 @@ +x+)JMU021d040031QMNMIKepgK5ޅ}?T!$?=5O8aպI~M^K=/<}w]S.j԰"i 9\-J2{1na(a PHI,Id&wi.p~tA>/}(c%dqrQfAI1ҲNO0jȱ͐(Jf%i: '8[X'bS \ No newline at end of file Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/5d/fd7a295931b463941a80de770221920cd9698a and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/5d/fd7a295931b463941a80de770221920cd9698a differ diff -Nru lxappearance2-0.4.0+git20100729/.git/objects/65/b74781e24d370a754c85e584533da21828ecb0 lxappearance2-0.4.0+git20100730/.git/objects/65/b74781e24d370a754c85e584533da21828ecb0 --- lxappearance2-0.4.0+git20100729/.git/objects/65/b74781e24d370a754c85e584533da21828ecb0 1970-01-01 01:00:00.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/objects/65/b74781e24d370a754c85e584533da21828ecb0 2010-07-30 15:20:34.000000000 +0100 @@ -0,0 +1,2 @@ +xA +0E]d4Dt=)iW\ϩu~ת6F\Ґc>#p 2r<"'5)kҠhe0\NsYd^_J}hMN6sntzܾZYZK \ No newline at end of file Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/76/bf5662ae225d25e40799bcc19762c965f002d5 and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/76/bf5662ae225d25e40799bcc19762c965f002d5 differ diff -Nru lxappearance2-0.4.0+git20100729/.git/objects/7e/4c9dfbc306ae50f457579a137f3afb7e033d94 lxappearance2-0.4.0+git20100730/.git/objects/7e/4c9dfbc306ae50f457579a137f3afb7e033d94 --- lxappearance2-0.4.0+git20100729/.git/objects/7e/4c9dfbc306ae50f457579a137f3afb7e033d94 1970-01-01 01:00:00.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/objects/7e/4c9dfbc306ae50f457579a137f3afb7e033d94 2010-07-30 15:20:34.000000000 +0100 @@ -0,0 +1,2 @@ +x}1Sl,v I!+vH'c0soۯ¨3c@($7/%51wpb=79@2 wH]S ͏xӸ^_Y&W +ff^/4^Ѳ$Tj_O?^Zhb \ No newline at end of file Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/82/be27616bb6e2932b8e527a40a1cec4d7044bd3 and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/82/be27616bb6e2932b8e527a40a1cec4d7044bd3 differ diff -Nru lxappearance2-0.4.0+git20100729/.git/objects/8b/edac1500a9e2f6eaf9f57998dacf13b8f6f8a0 lxappearance2-0.4.0+git20100730/.git/objects/8b/edac1500a9e2f6eaf9f57998dacf13b8f6f8a0 --- lxappearance2-0.4.0+git20100729/.git/objects/8b/edac1500a9e2f6eaf9f57998dacf13b8f6f8a0 1970-01-01 01:00:00.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/objects/8b/edac1500a9e2f6eaf9f57998dacf13b8f6f8a0 2010-07-30 15:20:34.000000000 +0100 @@ -0,0 +1,2 @@ +xK +0@]d25 1IZЦ-=˷x;u Dj@Q;A4L9TD 9n2‘6D$ľ8ֶ11Edo]<҄mpuyVC g$D.*.Ԯ~VH \ No newline at end of file Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/a1/fe4048c1e0cb79c42972602b9e60931b863140 and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/a1/fe4048c1e0cb79c42972602b9e60931b863140 differ Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/d0/23f0a4879b9809736afbfb8977645ac94b4c65 and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/d0/23f0a4879b9809736afbfb8977645ac94b4c65 differ diff -Nru lxappearance2-0.4.0+git20100729/.git/objects/d5/592dfe643421697cdaef75faaed943d9ac37a1 lxappearance2-0.4.0+git20100730/.git/objects/d5/592dfe643421697cdaef75faaed943d9ac37a1 --- lxappearance2-0.4.0+git20100729/.git/objects/d5/592dfe643421697cdaef75faaed943d9ac37a1 1970-01-01 01:00:00.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/objects/d5/592dfe643421697cdaef75faaed943d9ac37a1 2010-07-30 15:20:34.000000000 +0100 @@ -0,0 +1,3 @@ +xM1 +0 >MK!m% +X25de xQ2(q;6tB`>Y .I ע;Vkܮ:9atFIY,T8| \ No newline at end of file Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/de/0618fdada1960defdfdd6b7047ef2657d7e1e4 and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/de/0618fdada1960defdfdd6b7047ef2657d7e1e4 differ Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/fa/1fb782970403f42afe5135c86209855b7e050b and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/fa/1fb782970403f42afe5135c86209855b7e050b differ Binary files /tmp/tYx4I7skmG/lxappearance2-0.4.0+git20100729/.git/objects/ff/7854e04de86e40410fd6f0711607bd5badced2 and /tmp/9zOY9RNDwA/lxappearance2-0.4.0+git20100730/.git/objects/ff/7854e04de86e40410fd6f0711607bd5badced2 differ diff -Nru lxappearance2-0.4.0+git20100729/.git/ORIG_HEAD lxappearance2-0.4.0+git20100730/.git/ORIG_HEAD --- lxappearance2-0.4.0+git20100729/.git/ORIG_HEAD 1970-01-01 01:00:00.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/ORIG_HEAD 2010-07-30 15:20:34.000000000 +0100 @@ -0,0 +1 @@ +2800b8a3339e1b3be48ebba6d5a14d4fba290aaf diff -Nru lxappearance2-0.4.0+git20100729/.git/refs/heads/master lxappearance2-0.4.0+git20100730/.git/refs/heads/master --- lxappearance2-0.4.0+git20100729/.git/refs/heads/master 2010-07-29 23:01:13.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/refs/heads/master 2010-07-30 15:20:34.000000000 +0100 @@ -1 +1 @@ -2800b8a3339e1b3be48ebba6d5a14d4fba290aaf +d023f0a4879b9809736afbfb8977645ac94b4c65 diff -Nru lxappearance2-0.4.0+git20100729/.git/refs/remotes/origin/master lxappearance2-0.4.0+git20100730/.git/refs/remotes/origin/master --- lxappearance2-0.4.0+git20100729/.git/refs/remotes/origin/master 1970-01-01 01:00:00.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/.git/refs/remotes/origin/master 2010-07-30 15:20:34.000000000 +0100 @@ -0,0 +1 @@ +d023f0a4879b9809736afbfb8977645ac94b4c65 diff -Nru lxappearance2-0.4.0+git20100729/po/POTFILES.in lxappearance2-0.4.0+git20100730/po/POTFILES.in --- lxappearance2-0.4.0+git20100729/po/POTFILES.in 2010-07-29 23:01:13.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/po/POTFILES.in 2010-07-30 15:20:34.000000000 +0100 @@ -1,5 +1,6 @@ # List of source files containing translatable strings. -data/template.desktop.in +data/lxappearance2.desktop.in data/ui/about.glade.in -src/template.c +data/ui/lxappearance.glade +src/utils.c diff -Nru lxappearance2-0.4.0+git20100729/src/color-scheme.c lxappearance2-0.4.0+git20100730/src/color-scheme.c --- lxappearance2-0.4.0+git20100729/src/color-scheme.c 2010-07-29 23:01:13.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/src/color-scheme.c 2010-07-30 15:20:34.000000000 +0100 @@ -38,6 +38,8 @@ g_free(content); } *support = support_colors; + + return TRUE; } /* check if current gtk+ widget theme supports color schemes */ diff -Nru lxappearance2-0.4.0+git20100729/src/icon-theme.c lxappearance2-0.4.0+git20100730/src/icon-theme.c --- lxappearance2-0.4.0+git20100729/src/icon-theme.c 2010-07-29 23:01:13.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/src/icon-theme.c 2010-07-30 15:20:34.000000000 +0100 @@ -133,7 +133,7 @@ "gtk-dialog" }; char* sizes_str; - g_object_get(gtk_settings_get_default(), "gtk-icon-sizes", &sizes_str); + g_object_get(gtk_settings_get_default(), "gtk-icon-sizes", &sizes_str, NULL); g_debug("%s", sizes_str); } diff -Nru lxappearance2-0.4.0+git20100729/src/utils.c lxappearance2-0.4.0+git20100730/src/utils.c --- lxappearance2-0.4.0+git20100729/src/utils.c 2010-07-29 23:01:13.000000000 +0100 +++ lxappearance2-0.4.0+git20100730/src/utils.c 2010-07-30 15:20:34.000000000 +0100 @@ -88,5 +88,7 @@ if(pid >=0) show_progress_for_pid(parent, "Install themes", "Installing...", pid); g_free(file); + + return TRUE; }