]> git.0d.be Git - empathy.git/blobdiff - src/empathy-about-dialog.c
Add myself to the contributors
[empathy.git] / src / empathy-about-dialog.c
index dc2f2030dfcf4769ccd5f774e5c8b9125d9be808..62c5458646c443530d91c4bad1e34d61c5d5168c 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>
  */
@@ -27,7 +27,6 @@
 #include <glib/gi18n.h>
 #include <gtk/gtkaboutdialog.h>
 #include <gtk/gtksizegroup.h>
-#include <glade/glade.h>
 
 #include <libempathy-gtk/empathy-ui-utils.h>
 
@@ -45,6 +44,7 @@ static const char *authors[] = {
        "Aurelien Naldi",
        "Bastien Nocera",
        "Christoffer Olsen",
+       "Cosimo Cecchi",
        "Elliot Fairweather",
        "Frederic Crozat",
        "Frederic Peters",
@@ -55,6 +55,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",
@@ -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