merge backout branch

This commit is contained in:
Yann Leboulanger 2009-11-01 12:15:41 +01:00
commit 6914546f2b
43 changed files with 9 additions and 1 deletions

View file

@ -2,7 +2,9 @@ Anders Ström
Christophe Got Christophe Got
Dennis Craven Dennis Craven
Guillaume Morin Guillaume Morin
Gvorcek Spajreh
Josef Vybíral Josef Vybíral
Membris Khan Membris Khan
Rederick Asher Rederick Asher
Jakub Szypulka Jakub Szypulka

Binary file not shown.

After

Width:  |  Height:  |  Size: 929 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 895 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 929 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 929 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -286,6 +286,11 @@ Section "sun" SecIconsetsSun
File /r "data\iconsets\sun" File /r "data\iconsets\sun"
SectionEnd SectionEnd
Section "wroop" SecIconsetsSun
SetOutPath "$INSTDIR\data\iconsets"
File /r "data\iconsets\wroop"
SectionEnd
Section "transports" SecIconsetsTransports Section "transports" SecIconsetsTransports
SetOutPath "$INSTDIR\data\iconsets" SetOutPath "$INSTDIR\data\iconsets"
File /r "data\iconsets\transports" File /r "data\iconsets\transports"
@ -692,6 +697,7 @@ Section "Uninstall"
RMDir /r "$INSTDIR\data\iconsets\gota" RMDir /r "$INSTDIR\data\iconsets\gota"
RMDir /r "$INSTDIR\data\iconsets\jabberbulb" RMDir /r "$INSTDIR\data\iconsets\jabberbulb"
RMDir /r "$INSTDIR\data\iconsets\sun" RMDir /r "$INSTDIR\data\iconsets\sun"
RMDir /r "$INSTDIR\data\iconsets\wroop"
RMDir /r "$INSTDIR\data\iconsets\transports" RMDir /r "$INSTDIR\data\iconsets\transports"
RMDir "$INSTDIR\data\iconsets" RMDir "$INSTDIR\data\iconsets"
RMDir "$INSTDIR\data" RMDir "$INSTDIR\data"

View file

@ -647,7 +647,7 @@ class GroupchatControl(ChatControlBase):
bookmark_separator = xml.get_widget('bookmark_separator') bookmark_separator = xml.get_widget('bookmark_separator')
separatormenuitem2 = xml.get_widget('separatormenuitem2') separatormenuitem2 = xml.get_widget('separatormenuitem2')
if hide_buttonbar_entries: if hide_buttonbar_items:
change_nick_menuitem.hide() change_nick_menuitem.hide()
change_subject_menuitem.hide() change_subject_menuitem.hide()
bookmark_room_menuitem.hide() bookmark_room_menuitem.hide()