My first bug fix is now accepted !

It gives me immense pleasure to declare that my first bug fix is now accepted and available in the svn.It was committed to the trunk long back and I was waiting for it to become publicly available. Now it is available 🙂

You can see my name in the Changelog.

i have fixed one more and am waiting for its approval. Hope it turns out positively.

Fixed one more

Finally I have moved past the difficult time 🙂 and have fixed another bug . Added some general checks to validate the email id and phone number. This one was easy. It gave me some opportunity to work with “GLib” which can be used simply like the general int,chars etc and it has various added features. I have also understood how to use doc packages now.

Devhelp is a packeges which help you to use these doc packages which contain the various documentations. They are really very helpful. One can get all sorts of information there. A must for developers !!

BUG # 1 I fixed a bug on EVOLUTION (yes!)

Yesterday after sitting continuously for 7 hours i was able to fix a bug on Evoltion. Was easy though, but I had no idea where to start. #evolution and #nosip (jony) ( IRC CHATROOMS ON Gimpnet) were very helpful. This was the bug .

I was searching everywhere for glade files everywhere as we (SDU ppl on NITDGP LUG ) did in DC++. Finally on #evolution somebody told that evo does not use glade for creating GUI rather it used libbonobo which used some xml ( which i had ignored till now) files to create GUI. I thank that man for this help.

Then I used grep and then I finally found the location and guess what i had to add only accel=”*Contol**Shift*a” to add a keyboard shortcut to a menu item like Control+C is used for Copy. AND THAT WAS ALL. YIPPY !!! I had just fixed a bug.

So now you can guess how easy it can be.

Now i plan to read Gtk+ and Libbonobo in detail.

So if you have not started till now start today and believe me you cant imagine the kind of thrill and pleasure it gives after doing something. After all you have something you can boast about 🙂 .