diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-27 19:31:56 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-28 03:42:41 +0800 |
commit | 98e31b7886bad0eae162ec7c6513a1d20f306727 (patch) | |
tree | 714c4d1d1341f9947ce9d12168a55f6609ce1a42 /lib/ephy-dialog.h | |
parent | d892edb5d13028c4d150acba9edf3792eb000194 (diff) | |
download | gsoc2013-epiphany-98e31b7886bad0eae162ec7c6513a1d20f306727.tar gsoc2013-epiphany-98e31b7886bad0eae162ec7c6513a1d20f306727.tar.gz gsoc2013-epiphany-98e31b7886bad0eae162ec7c6513a1d20f306727.tar.bz2 gsoc2013-epiphany-98e31b7886bad0eae162ec7c6513a1d20f306727.tar.lz gsoc2013-epiphany-98e31b7886bad0eae162ec7c6513a1d20f306727.tar.xz gsoc2013-epiphany-98e31b7886bad0eae162ec7c6513a1d20f306727.tar.zst gsoc2013-epiphany-98e31b7886bad0eae162ec7c6513a1d20f306727.zip |
Use glib resources to bundle our UI files
https://bugzilla.gnome.org/show_bug.cgi?id=672907
Diffstat (limited to 'lib/ephy-dialog.h')
-rw-r--r-- | lib/ephy-dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-dialog.h b/lib/ephy-dialog.h index 0373ea834..797690a3e 100644 --- a/lib/ephy-dialog.h +++ b/lib/ephy-dialog.h @@ -54,7 +54,7 @@ struct _EphyDialogClass /* Methods */ void (* construct) (EphyDialog *dialog, - const char *file, + const char *resource, const char *name, const char *domain); void (* show) (EphyDialog *dialog); @@ -75,7 +75,7 @@ EphyDialog *ephy_dialog_new (void); EphyDialog *ephy_dialog_new_with_parent (GtkWidget *parent_window); void ephy_dialog_construct (EphyDialog *dialog, - const char *file, + const char *resource, const char *name, const char *domain); |