diff options
author | Mathieu Lacage <mathieu@eazel.com> | 2000-11-01 02:11:55 +0000 |
---|---|---|
committer | Mathieu Lacage <mathieu@src.gnome.org> | 2000-11-01 02:11:55 +0000 |
commit | fcf70b2e557e81276641ea90d413b0eebc6a6878 (patch) | |
tree | 6eb6fab8a175b1f00e82796bf35b510adce6c0fe /applets | |
parent | 25101544647976def8ae1d705eccae92a7ee0356 (diff) | |
download | nautilus-fcf70b2e557e81276641ea90d413b0eebc6a6878.tar.gz |
add .gnorba file. fix typo. new gnorba file.
2000-10-31 Mathieu Lacage <mathieu@eazel.com>
* applets/launcher/Makefile.am: add .gnorba file.
* applets/launcher/nautilus-launcher-applet.c: (main): fix typo.
* applets/launcher/nautilus-launcher-applet.gnorba: new gnorba file.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/launcher/Makefile.am | 3 | ||||
-rw-r--r-- | applets/launcher/nautilus-launcher-applet.c | 6 | ||||
-rw-r--r-- | applets/launcher/nautilus-launcher-applet.gnorba | 5 |
3 files changed, 11 insertions, 3 deletions
diff --git a/applets/launcher/Makefile.am b/applets/launcher/Makefile.am index 869d1d00d..ceee25c0e 100644 --- a/applets/launcher/Makefile.am +++ b/applets/launcher/Makefile.am @@ -20,6 +20,9 @@ nautilus_launcher_applet_LDADD = \ $(APPLETS_LIBS) \ $(NULL) +gnorbadir = $(sysconfdir)/CORBA/servers +gnorba_DATA = nautilus-launcher-applet.gnorba + EXTRA_DIST =\ nautilus-launcher-applet.gnorba \ $(NULL) diff --git a/applets/launcher/nautilus-launcher-applet.c b/applets/launcher/nautilus-launcher-applet.c index a3c4c544b..520739915 100644 --- a/applets/launcher/nautilus-launcher-applet.c +++ b/applets/launcher/nautilus-launcher-applet.c @@ -150,12 +150,12 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, GNOMELOCALEDIR); textdomain (PACKAGE); - applet_widget_init ("nautilus-icon-applet", VERSION, argc, + applet_widget_init ("nautilus_launcher_applet", VERSION, argc, argv, NULL, 0, NULL); - applet = applet_widget_new ("nauilus-icon-applet"); + applet = applet_widget_new ("nautilus_launcher_applet"); if (applet == NULL) - g_error (_("Can't create nautilus-icon-applet!")); + g_error (_("Can't create nautilus-launcher-applet!")); create_pixbufs (); diff --git a/applets/launcher/nautilus-launcher-applet.gnorba b/applets/launcher/nautilus-launcher-applet.gnorba new file mode 100644 index 000000000..a94f3bd81 --- /dev/null +++ b/applets/launcher/nautilus-launcher-applet.gnorba @@ -0,0 +1,5 @@ +[nautilus_launcher_applet] +type=exe +repo_id=IDL:GNOME/Applet:1.0 +description=Nautilus Launcher Applet +location_info=nautilus-launcher-applet |