~ubuntu-branches/debian/jessie/xiphos/jessie

« back to all changes in this revision

Viewing changes to src/gnome2/about_xiphos.c

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs
  • Date: 2010-03-22 18:15:54 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100322181554-qlqchymwhcw28c0c
* New upstream release:
  + Bugfix only
  + Compatible with xulrunner 1.9.2
  + Update translations

* Revert changes introduced in 3.1.2-1ubuntu1. Thank you Chris Coulson
  for temporary fix.
* debian/xiphos.1 - spelling mistake
* waf is now default buildsystem
* help is now licensed under GPL
* Bumped standards version no changes required
* Changed email to @ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    "Peter von Kaehne",
45
45
    "Simon Meers",
46
46
    "Martin Zibricky",
 
47
    "Dmitrijs Ledkovs",
47
48
    NULL
48
49
};
49
 
  
50
 
static const gchar *documenters[] = { 
 
50
 
 
51
static const gchar *documenters[] = {
51
52
    "Pierre Benz",
52
53
    "Andy Piper",
53
54
    "Peter von Kaehne",
67
68
 * Synopsis
68
69
 *   #include "gui/.h"
69
70
 *
70
 
 *   void on_dialog_response(GtkDialog * dialog, gint response_id, 
 
71
 *   void on_dialog_response(GtkDialog * dialog, gint response_id,
71
72
                                        gpointer user_data)
72
73
 *
73
74
 * Description
74
 
 *   
 
75
 *
75
76
 *
76
77
 * Return value
77
78
 *   void
78
79
 */
79
80
 
80
81
static void
81
 
on_dialog_response(GtkDialog * dialog, gint response_id, 
 
82
on_dialog_response(GtkDialog * dialog, gint response_id,
82
83
                   gpointer user_data)
83
84
{
84
85
        gtk_widget_destroy(GTK_WIDGET(dialog));
121
122
        about1 = gtk_about_dialog_new();
122
123
        g_signal_connect(about1, "response",
123
124
                         G_CALLBACK(on_dialog_response), NULL);
124
 
  
125
 
        gtk_about_dialog_set_name
126
 
            (GTK_ABOUT_DIALOG (about1), PACKAGE);
 
125
 
127
126
        gtk_about_dialog_set_version
128
127
            (GTK_ABOUT_DIALOG (about1), versionbuild);
129
128
        gtk_about_dialog_set_copyright