]> git.pld-linux.org Git - packages/gnome-games.git/blob - gnome-games-xbill.patch
- 2.10.2
[packages/gnome-games.git] / gnome-games-xbill.patch
1 --- gnome-games-1.4.0.4/xbill/xbill.desktop.old Wed Oct  2 18:54:02 2002
2 +++ gnome-games-1.4.0.4/xbill/xbill.desktop     Wed Oct  2 18:54:02 2002
3 @@ -33,7 +33,7 @@
4  Comment[tr]=xBill oyununun Gnome surümü
5  Comment[wa]=Ni leyîz nén ki Bill mete si sistinme dvins les coputreces
6  Comment[zh_TW]=xBill ¹CÀ¸ªº Gnome ª©¥»
7 -Icon=xbill.png
8 +Icon=gnome-xbill.png
9  Exec=gnome-xbill
10  Terminal=0
11  Type=Application
12 --- gnome-games-1.4.0.4/xbill/UI.cc.old Wed Oct  2 18:55:10 2002
13 +++ gnome-games-1.4.0.4/xbill/UI.cc     Wed Oct  2 18:55:10 2002
14 @@ -44,7 +44,7 @@
15  void UI::initialize(int argc, char **argv, const struct poptOption *options) {
16          gnome_init_with_popt_table(PACKAGE, VERSION, argc, argv,
17                                    options, 0, NULL);
18 -       gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/xbill.png");
19 +       gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-xbill.png");
20         toplevel = gnome_app_new("gnome-xbill", "Gnome xBill");
21         gtk_signal_connect(GTK_OBJECT(toplevel), "destroy",
22                            GTK_SIGNAL_FUNC(gtk_main_quit), NULL);
23 --- gnome-games-1.4.0.4/xbill/Makefile.am.old   Wed Oct  2 18:58:15 2002
24 +++ gnome-games-1.4.0.4/xbill/Makefile.am       Wed Oct  2 18:58:34 2002
25 @@ -16,10 +16,10 @@
26  
27  gnome_xbill_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS)
28  
29 -EXTRA_DIST = README.Ports xbill.png xbill.desktop
30 +EXTRA_DIST = README.Ports gnome-xbill.png xbill.desktop
31  
32  pixmapdir = $(datadir)/pixmaps
33 -pixmap_DATA = xbill.png
34 +pixmap_DATA = gnome-xbill.png
35  
36  Gamesdir=$(datadir)/gnome/apps/Games
37  Games_DATA = xbill.desktop
This page took 0.078879 seconds and 3 git commands to generate.