diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2004-08-15 18:05:38 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2004-08-15 18:05:38 +0000 |
commit | d9d3704ef10c4f57564e7aaa9d796cfdb82c953d (patch) | |
tree | e456b2cfd1566770665db6e851865357cbf7799e /drivemount | |
parent | 3cf323e9b4fc352ea4e978feb2e222ab19cb927a (diff) |
Use the right API to show help. s/egg/gnome/ Remove now unneeded include
2004-08-15 Kjartan Maraas <kmaraas@gnome.org>
* drivemount.c: (help_cb): Use the right API to show help.
s/egg/gnome/ Remove now unneeded include of egg-screen-exec.h
Diffstat (limited to 'drivemount')
-rw-r--r-- | drivemount/ChangeLog | 3 | ||||
-rw-r--r-- | drivemount/drivemount.c | 1 | ||||
-rw-r--r-- | drivemount/properties.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivemount/ChangeLog b/drivemount/ChangeLog index e8b458a12..6aef5f8e8 100644 --- a/drivemount/ChangeLog +++ b/drivemount/ChangeLog @@ -1,7 +1,8 @@ 2004-08-15 Kjartan Maraas <kmaraas@gnome.org> * drivemount.c: (help_cb): Use the right API to show help. - s/egg/gnome/ + s/egg/gnome/ Remove now unneeded include of egg-screen-exec.h + * properties.c: (help_cb): Same here. 2004-07-10 Kevin Vandersloot <kfv101 psu edu> diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index ed47a2dc6..8d7bb3bcd 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -24,7 +24,6 @@ #include <libgnome/libgnome.h> #include <libgnomeui/libgnomeui.h> #include <panel-applet.h> -#include <egg-screen-exec.h> #include "drivemount.h" #include "properties.h" diff --git a/drivemount/properties.c b/drivemount/properties.c index cc0fe5a51..a667e9b76 100644 --- a/drivemount/properties.c +++ b/drivemount/properties.c @@ -592,7 +592,7 @@ help_cb (GtkDialog *dialog) GNOME_PROGRAM_STANDARD_PROPERTIES, NULL); } - egg_help_display_desktop_on_screen ( + gnome_help_display_desktop_on_screen ( applet_program, "drivemount", "drivemount", "drivemountapplet-prefs", gtk_widget_get_screen (GTK_WIDGET (dialog)), &error); |