| Summary: | Отсутсвует иконка ALTLinux в меню гнома | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Igor Androsov <blace> |
| Component: | gnome-panel | Assignee: | Yuri N. Sedunov <aris> |
| Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
| Severity: | minor | ||
| Priority: | P2 | CC: | aris |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
|
Description
Igor Androsov
2004-05-15 02:30:41 MSD
Это фрагмент gnome-panel-2.5.93-alt-menu_distribution.patch с искомой строкой.
Какие скобки имеются ввиду? Причем иконка то показываеится :):)
diff -durN gnome-panel-2.5.93.orig/gnome-panel/distribution.c
gnome-panel-2.5.93/gnome-panel/distribution.c
--- gnome-panel-2.5.93.orig/gnome-panel/distribution.c 2002-11-27 12:33:37 +0300
+++ gnome-panel-2.5.93/gnome-panel/distribution.c 2004-03-18 20:14:18 +0300
@@ -38,6 +38,11 @@
PANEL_STOCK_CDE, "cdemenu:/",
NULL, NULL
},
+ { DISTRIBUTION_ALTLINUX, "/etc/altlinux-release",
+ N_("AltLinux"), N_("AltLinux menus"),
+ PANEL_STOCK_ALTLINUX, "gnome/distribution-menus/ALTLinux/.",
+ NULL,NULL
+ },
{ DISTRIBUTION_UNKNOWN, NULL, NULL, NULL, NULL }
};
not a bug. |