mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=Minimo
|
||||
Comment=Minimo web browser
|
||||
Exec=minimo http://www.mozilla.org/projects/minimo/home.html
|
||||
Terminal=0
|
||||
Type=Application
|
||||
Icon=minimo.png
|
||||
Categories=Application;Network;
|
||||
StartupNotify=True
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Firefox Browser
|
||||
Comment=Firefox Web Browser
|
||||
Exec=firefox
|
||||
Terminal=false
|
||||
MultipleArgs=false
|
||||
Type=Application
|
||||
Icon=mozilla-firefox.png
|
||||
Categories=Application;Internet;
|
||||
SingleInstance=true
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Thunderbird Email Client
|
||||
Comment=Thunderbird Email Client
|
||||
Exec=thunderbird
|
||||
Terminal=false
|
||||
MultipleArgs=false
|
||||
Type=Application
|
||||
Icon=mozilla-thunderbird.png
|
||||
Categories=Application;Internet;
|
||||
SingleInstance=true
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
@@ -0,0 +1,18 @@
|
||||
--- mozilla/gfx/src/gtk/nsGdkUtils.cpp.old 2004-07-02 09:33:33.000000000 +0100
|
||||
+++ mozilla/gfx/src/gtk/nsGdkUtils.cpp 2004-07-02 09:33:34.000000000 +0100
|
||||
@@ -115,6 +115,7 @@
|
||||
#endif /* MOZ_WIDGET_GTK2 */
|
||||
}
|
||||
}
|
||||
+#if 0
|
||||
else if (font->type == GDK_FONT_FONTSET)
|
||||
{
|
||||
#ifdef MOZ_WIDGET_GTK
|
||||
@@ -128,6 +129,7 @@
|
||||
fontset, GDK_GC_XGC(gc), x, y, text, text_length);
|
||||
#endif /* MOZ_WIDGET_GTK2 */
|
||||
}
|
||||
+#endif
|
||||
else
|
||||
g_error("undefined font type\n");
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
Index: xptcstubs_arm.cpp
|
||||
===================================================================
|
||||
RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp,v
|
||||
retrieving revision 1.7
|
||||
diff -u -r1.7 xptcstubs_arm.cpp
|
||||
--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 18 Apr 2004 14:18:18 -0000 1.7
|
||||
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 4 May 2004 18:36:44 -0000
|
||||
@@ -45,9 +45,9 @@
|
||||
#endif
|
||||
|
||||
/* Specify explicitly a symbol for this function, don't try to guess the c++ mangled symbol. */
|
||||
-static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
|
||||
+nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
|
||||
|
||||
-static nsresult
|
||||
+nsresult
|
||||
PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)
|
||||
{
|
||||
#define PARAM_BUFFER_COUNT 16
|
||||
Reference in New Issue
Block a user