]> git.0d.be Git - empathy.git/blobdiff - src/empathy-about-dialog.c
add K.Vishnoo Charan Reddy as an artist contributor
[empathy.git] / src / empathy-about-dialog.c
index dc2f2030dfcf4769ccd5f774e5c8b9125d9be808..299d5a4b7cfcf699614b388f48db7d170279b494 100644 (file)
@@ -15,9 +15,9 @@
  *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- * 
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
+ *
  * Authors: Martyn Russell <martyn@imendio.com>
  *          Xavier Claessens <xclaesse@gmail.com>
  */
@@ -25,9 +25,7 @@
 #include <config.h>
 
 #include <glib/gi18n.h>
-#include <gtk/gtkaboutdialog.h>
-#include <gtk/gtksizegroup.h>
-#include <glade/glade.h>
+#include <gtk/gtk.h>
 
 #include <libempathy-gtk/empathy-ui-utils.h>
 
@@ -45,6 +43,7 @@ static const char *authors[] = {
        "Aurelien Naldi",
        "Bastien Nocera",
        "Christoffer Olsen",
+       "Cosimo Cecchi",
        "Elliot Fairweather",
        "Frederic Crozat",
        "Frederic Peters",
@@ -55,6 +54,7 @@ static const char *authors[] = {
        "Jonny Lamb",
        "Jordi Mallach",
        "Kim Andersen",
+       "Marco Barisione",
        "Martyn Russell <martyn@gnome.org>",
        "Mikael Hallendal <micke@imendio.com>",
        "Mike Gratton",
@@ -76,6 +76,7 @@ static const char *documenters[] = {
 static const char *artists[] = {
        "Andreas Nilsson <nisses.mail@home.se>",
        "Vinicius Depizzol <vdepizzol@gmail.com>",
+       "K.Vishnoo Charan Reddy <drkvi-a@yahoo.com>",
        NULL
 };
 
@@ -98,7 +99,7 @@ about_dialog_activate_link_cb (GtkAboutDialog *about,
                               const gchar    *link,
                               gpointer        data)
 {
-       empathy_url_show (link);
+       empathy_url_show (GTK_WIDGET (about), link);
 }
 
 void