[Pkg-mozext-commits] [firetray] 11/22: Notes.

David Prévot taffit at moszumanska.debian.org
Wed Dec 31 17:04:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firetray.

commit d58860562080a538223ba6304dafda036b08202a
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Wed Dec 24 20:11:14 2014 +0100

    Notes.
---
 src/modules/ctypes/winnt/win32.jsm      | 1 +
 src/modules/linux/FiretrayPopupMenu.jsm | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/modules/ctypes/winnt/win32.jsm b/src/modules/ctypes/winnt/win32.jsm
index 8f269a1..288936e 100644
--- a/src/modules/ctypes/winnt/win32.jsm
+++ b/src/modules/ctypes/winnt/win32.jsm
@@ -49,6 +49,7 @@ var win32 = new function() {
   this.HGDIOBJ   = this.HANDLE;
   this.HBITMAP   = this.HANDLE;
   this.HFONT     = this.HANDLE;
+  // FIXME: jschar renamed to char16_t (FF35+)
   this.TCHAR     = ctypes.jschar, // Mozilla compiled with UNICODE/_UNICODE macros and wchar_t = jschar
   this.LPSTR     = ctypes.char.ptr;
   this.LPCSTR    = ctypes.char.ptr;
diff --git a/src/modules/linux/FiretrayPopupMenu.jsm b/src/modules/linux/FiretrayPopupMenu.jsm
index 6a8621a..21f0eec 100644
--- a/src/modules/linux/FiretrayPopupMenu.jsm
+++ b/src/modules/linux/FiretrayPopupMenu.jsm
@@ -72,6 +72,7 @@ firetray.PopupMenu = {
     this.menuSeparatorWindows = gtk.gtk_separator_menu_item_new();
     gtk.gtk_menu_shell_prepend(
       this.menuShell, ctypes.cast(this.menuSeparatorWindows, gtk.GtkWidget.ptr));
+    // FIXME: we better use a submenu for this: gtk_menu_new(), gtk_menu_item_set_submenu();
 
     // for AppIndicator, not shown otherwise
     this.prependAppIndicatorItems();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list