~ubuntu-branches/ubuntu/wily/alsaplayer/wily

« back to all changes in this revision

Viewing changes to interface/gtk/gui/fixup

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2007-10-10 15:33:10 UTC
  • mto: (9.2.5 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071010153310-h3holq75eu2cigb0
Tags: upstream-0.99.80~rc4
ImportĀ upstreamĀ versionĀ 0.99.80~rc4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
sed s/_with_label' ("")'/' ()'/ gladesrc.c > tmpfile.blabla1
3
 
sed s/'#include "gladesig.h"'// tmpfile.blabla1 > tmpfile.blabla2
4
 
sed s/g_malloc/'(gchar *) g_malloc'/ tmpfile.blabla2 > gladesrc.c
5
 
cp -f support.c ../support.cpp
6
 
cp -f support.h ../support.h
7
 
cp -f gladesrc.c ../gladesrc.cpp
8
 
cp -f gladesrc.h ../gladesrc.h
9
 
rm -f tmpfile.blabla1 tmpfile.blabla2