diff options
Diffstat (limited to 'src/plugins/about/about.c')
-rw-r--r-- | src/plugins/about/about.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/about/about.c b/src/plugins/about/about.c index 3e6a3c01..51e8081e 100644 --- a/src/plugins/about/about.c +++ b/src/plugins/about/about.c | |||
@@ -36,10 +36,10 @@ void on_about_clicked(GtkWidget *dummy, | |||
36 | gpointer data) { | 36 | gpointer data) { |
37 | GtkWidget * ad; | 37 | GtkWidget * ad; |
38 | GladeXML * axml; | 38 | GladeXML * axml; |
39 | 39 | ||
40 | axml | 40 | axml |
41 | = glade_xml_new(getGladeFileName(), | 41 | = glade_xml_new(getGladeFileName(), |
42 | "aboutDialog", | 42 | "aboutDialog", |
43 | PACKAGE_NAME); | 43 | PACKAGE_NAME); |
44 | ad | 44 | ad |
45 | = glade_xml_get_widget(axml, | 45 | = glade_xml_get_widget(axml, |