diff options
| author | Matthias Clasen <mclasen@fedoraproject.org> | 2009-02-04 02:07:48 +0000 |
|---|---|---|
| committer | Matthias Clasen <mclasen@fedoraproject.org> | 2009-02-04 02:07:48 +0000 |
| commit | 2d0d559699df042a0204d8fd9a7233abab1e1b89 (patch) | |
| tree | 1183c2b526b0b259e9c015ec737059ded1e3ba1c /trash-init.patch | |
| parent | 7f9d5e7b60856417a9d8c8f1853e64799eeb3a71 (diff) | |
2.25.90
Diffstat (limited to 'trash-init.patch')
| -rw-r--r-- | trash-init.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/trash-init.patch b/trash-init.patch deleted file mode 100644 index 5aecce0..0000000 --- a/trash-init.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -up gnome-applets-2.25.4/trashapplet/src/trashapplet.c.trash-init gnome-applets-2.25.4/trashapplet/src/trashapplet.c ---- gnome-applets-2.25.4/trashapplet/src/trashapplet.c.trash-init 2009-01-21 10:39:43.000000000 -0500 -+++ gnome-applets-2.25.4/trashapplet/src/trashapplet.c 2009-01-21 10:41:09.000000000 -0500 -@@ -611,6 +611,10 @@ trash_applet_factory (PanelApplet *apple - - if (!strcmp (iid, "OAFIID:GNOME_Panel_TrashApplet")) - { -+ g_set_application_name (_("Trash Applet")); -+ -+ gtk_window_set_default_icon_name ("user-trash"); -+ - /* Set up the menu */ - panel_applet_setup_menu_from_file (applet, - DATADIR, -@@ -627,13 +631,8 @@ trash_applet_factory (PanelApplet *apple - return retval; - } - --int --main (int argc, char *argv []) --{ -- gtk_window_set_default_icon_name ("user-trash"); -- g_set_application_name (_("Trash Applet")); -- -- return panel_applet_factory_main -- ("OAFIID:GNOME_Panel_TrashApplet_Factory", TRASH_TYPE_APPLET, -- trash_applet_factory, NULL); --} -+PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_Panel_TrashApplet_Factory", -+ TRASH_TYPE_APPLET, -+ "TrashApplet", "0", -+ trash_applet_factory, -+ NULL) |
