From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aaeb6e9816dc3b90,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-27 03:33:42 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-xit-08!supernews.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.online.be!bnewspeer00.bru.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.fth.sbs.de!not-for-mail From: "Andreas" Newsgroups: comp.lang.ada Subject: GtkAda, Glade/Gate-Problem Date: Mon, 27 Jan 2003 12:33:39 +0100 Organization: Ye 'Ol Disorganized NNTPCache groupie Message-ID: <1043667221.34700@nbgm66x> NNTP-Posting-Host: nbgm66x.nbgm.siemens.de X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Cache-Post-Path: nbgm66x!unknown@157.163.5.165 X-Cache: nntpcache 2.4.0b1 (see http://www.nntpcache.org/) Xref: archiver1.google.com comp.lang.ada:33449 Date: 2003-01-27T12:33:39+01:00 List-Id: Hi! I'm using GtkAda on SuSe Linux Pro 8.0 and although I have diff and patch installed and working, I can't modify the GUI in Glade and generate new files with gate without losing all changes to the previously Glade-generated files. E.g. if I modify the callback for a button, reopen the project in Glade, add another button and invoke Gate to have the button added, the modified callback always consists of just a null-Statement and my modifications are gone. So what is going wrong there? Why don't diff and patch work (the respective files always have size 0, the procedures/functions in the files in the .gate-directory are identical (null) to the ones in the original source directory)? Thanks for your help Andreas