~ubuntu-branches/ubuntu/oneiric/alarm-clock/oneiric

« back to all changes in this revision

Viewing changes to src/common.c

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-09-06 12:14:17 UTC
  • mfrom: (1.1.11 upstream)
  • mto: (9.2.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20090906121417-8er9o81ggu07jt3w
Tags: 1.2.3-2
* don't do 'make check', it doesn't work right with quilt patches
* add gtk-builder-proper-error-handling patch, used to debug LP 425163
* add fix-duplicate-id, which fixes loading on Ubuntu (LP: #425163)

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(about), (const gchar**)authors);
93
93
        gtk_about_dialog_set_artists(GTK_ABOUT_DIALOG(about), (const gchar**)artists);
94
94
        gtk_about_dialog_set_translator_credits(GTK_ABOUT_DIALOG(about), _("translator-credits"));
95
 
        gtk_about_dialog_set_website_label(GTK_ABOUT_DIALOG(about), "http://www.alarm-clock.54.pl");
 
95
        gtk_about_dialog_set_website_label(GTK_ABOUT_DIALOG(about), "http://www.alarm-clock.pl");
96
96
        gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(about), "http://www.alarm-clock.pl");
97
97
 
98
98
        gtk_dialog_run(GTK_DIALOG(about));