diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2004-10-06 11:25:52 +0000 |
---|---|---|
committer | Davyd Madeley <davyd@src.gnome.org> | 2004-10-06 11:25:52 +0000 |
commit | 91c6993e3bbb8ba24c7ea6b563536e6eaa89aa68 (patch) | |
tree | a6d2ea8d05543c144c10ecb9db443df223875e16 /gtik | |
parent | 54a73c4f0dae8df820424e12f1ea814309916f2b (diff) |
Bump requirements for GTK+ and other core libraries. We now require
2004-10-05 Davyd Madeley <davyd@madeley.id.au>
* configure.in: Bump requirements for GTK+ and other core libraries.
We now require gtk+-2.5 for icon theming.
* battstat/Makefile.am:
* charpick/Makefile.am:
* drivemount/Makefile.am:
* geyes/Makefile.am:
* gkb-new/Makefile.am:
* gswitchit/Makefile.am:
* mini-commander/src/Makefile.am:
* mixer/Makefile.am:
* multiload/Makefile.am: Switch from installing in
$prefix/share/pixmaps to $prefix/share/icons/48x48/apps
* wireless/GNOME_Panel_WirelessApplet.server.in.in:
* wireless/Makefile.am: Split the application icon out to install as
above, leave the application pixmaps in $prefix/share/pixmaps
- already correct: cdplayer, gweather, stickynotes
- need to correct: gtik, mailcheck, modemlights
have to move their icons from gnome-desktop
- pixmap directories need to be moved, but require changes to icon
theming lookup code
* battstat/battstat_applet.c:
* charpick/charpick.c:
* drivemount/drivemount.c:
* geyes/geyes.c:
* gkb-new/gkb.c:
* gtik/gtik.c:
* mini-commander/src/mini-commander_applet.c:
* modemlights/modemlights.c:
* multiload/main.c:
* wireless/wireless-applet.c: Use gtk_window_set_default_icon_name()
to get the icon from the theme
Diffstat (limited to 'gtik')
-rw-r--r-- | gtik/gtik.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtik/gtik.c b/gtik/gtik.c index 34b920c2b..6ed4b1079 100644 --- a/gtik/gtik.c +++ b/gtik/gtik.c @@ -1765,7 +1765,7 @@ static gint updateOutput(gpointer data) gnome_vfs_init(); - gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-money.png"); + gtk_window_set_default_icon_name ("gnome-money"); panel_applet_add_preferences (applet, "/schemas/apps/gtik/prefs", NULL); panel_applet_set_flags (applet, PANEL_APPLET_EXPAND_MINOR); |