Re: patch : migration from gnomedialog to GtkDialog and update from gtk_type_unique to g_type_register_static
Dodji Seketeli <[email protected]> Wed, 30 Jul 2003 22:20:56 +0200
| Newsgroups | gmane.editors.mlview.devel |
|---|---|
| Message-ID | <20030730202055.GA26976@tintin> |
Hi Fabrice, I started looking at the patch and obviously I cannot apply it using the "patch" program. Can you please resend a patch in a proper "patch-friendly" format ? To know how to do this, please, do "man patch", go to the end of the man page and read the "Note for patch senders" paragraph. They show you how to make "patch" friendly patches. Roughly said, what you should do is: (I assume you have made changes agains the CVS HEAD version). 1/save the initial source version in a directory called HEAD. I will call this source tree the "initial source tree" 2/let's say you have done your modifications on a copy of the "initial source tree" wich is in a directory called "MODIFIED". Assume also that HEAD and MODIFIED are themselves in the same directory wich is called "src" Now, cd into src. 3/issue the command diff --exclude=CVS -Naur HEAD MODIFIED > mlview.patch Then, when you send the patch, please tell me the command you issued to build the patch. This can save me some time when applying the patch. I am sorry to make you run into this hassle, but this is the way I think things should go. Best regards, Dodji. On Wed, Jul 30, 2003 at 02:44:44PM +0200, fabrice inconnu wrote: > hello everybody, > > here is my second patch, sorry for my first mail in > French. > > news : > - porting all GnomeDialog to GtkDialog like u asked > me to do. > - porting from deprecated method : "gtk_type_unique" > and structure : "GtkTypeInfo" to method : > "g_type_register_static" and structure : "gTypeInfo" > > i tested it, it seems to work, but if you see any pb > don t hesitate to contact me. (or for any > recommandation) > > sincerely. > Fabrice > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! > Yahoo! Mail : http://fr.mail.yahoo.com > _______________________________________________ > Mlview-hacking mailing list > [email protected] > http://mail.nongnu.org/mailman/listinfo/mlview-hacking