My tiny work in trying to fix the last known cosmetic 770 issue, which failed
authorepage <eopage@byu.net>
Wed, 2 Jul 2008 02:15:17 +0000 (02:15 +0000)
committerepage <eopage@byu.net>
Wed, 2 Jul 2008 02:15:17 +0000 (02:15 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@47 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

build_script.sh

index bd1e089..ffb6706 100755 (executable)
@@ -65,6 +65,7 @@ fi
 if [ "$LEGACY_GLADE" = "1" ]; then
        echo "  Legacy version of Glade"
        sed -i 's/interface/glade-interface/;s/object/widget/' $BUILD_BASE/usr/local/lib/gc_dialer.xml
+       #sed -ri 's/(<property name="tab_expand">True<\/property>)/\<property name="type"\>tab\<\/property\>\1/' $BUILD_BASE/usr/local/lib/gc_dialer.xml
        sed -i 's/get_object/get_widget/;s/connect_signals/signal_autoconnect/' $BUILD_BASE/usr/local/bin/gc_dialer.py
 fi