Hi, gnome-remote-shell can not find glade file. The next patch uses the macro DIALOGDIR instead of DATADIR in the .glade file path. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Carlos Garcia Campos a.k.a. KaL elkalmail yahoo es carlosgc gnome org Grupo Linups Usuarios de SL/Linux de la UPSAM http://www.linups.org =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= PGP key: http://pgp.rediris.es:11371/pks/lookup?op=get&search=0x523E6462
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-network/network-utilities/ChangeLog,v
retrieving revision 1.25
diff -u -u -r1.25 ChangeLog
--- ChangeLog 9 Dec 2003 11:24:54 -0000 1.25
+++ ChangeLog 9 Dec 2003 15:13:47 -0000
@@ -1,3 +1,8 @@
+2003-12-09 Carlos Garcia Campos <carlosgc gnome org>
+
+ * gnome-remote-shell.c (main): DIALOGDIR instead of DATADIR in the
+ .glade file path
+
2003-12-09 Rodrigo Moya <rodrigo gnome-db org>
* help/C/figures/gnome-remote-shell_window.png: added missing image
Index: gnome-remote-shell.c
===================================================================
RCS file: /cvs/gnome/gnome-network/network-utilities/gnome-remote-shell.c,v
retrieving revision 1.20
diff -u -u -r1.20 gnome-remote-shell.c
--- gnome-remote-shell.c 7 Dec 2003 20:02:10 -0000 1.20
+++ gnome-remote-shell.c 9 Dec 2003 15:13:48 -0000
@@ -448,7 +448,7 @@
int
main (int argc, char **argv)
{
- const gchar *xml_file = DATADIR "gnome-remote-shell.glade";
+ const gchar *xml_file = DIALOGDIR "gnome-remote-shell.glade";
GladeXML *xml;
gchar *icon_path;
Attachment:
signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente