Hi guys!

I'm working on getting the patch of my "open with" code but I have some
doubts about CVS. Following the documentation, i get the last version of
eog-ng doing:

        ~/devel/eog$ cvs update -dP

on the working directory. 

Later i get the patch with: 

        ~/devel/eog$ cvs diff -up > 319859.patch

The problem is that I'm getting changes from functions that
I have never modified. Like this: 


        @@ -2703,7 +2785,7 @@ void
        eog_window_open_uri_list (EogWindow *window, GSList *uri_list)
        {
                EogJob *job;
        -       
        +
                job = eog_job_model_new (uri_list);
 
                g_signal_connect (job,

Is this OK or I'm doing something wrong?

Thanks in advance

Rodrigo





_______________________________________________
Eog-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/eog-list

Reply via email to