Skip to content

Commit

Permalink
削除ボタンを復活させた refs #184
Browse files Browse the repository at this point in the history
  • Loading branch information
nodaguti committed Dec 10, 2014
1 parent d5ae662 commit a1dc8be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions chaika/chrome/content/chaika/settings/abone-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ NGExAboneManagerView.prototype = Object.create(AboneManagerView.prototype, {
this.add();
break;

case 'button-remove':
case 'context-remove':
this.remove();
break;
Expand Down
1 change: 1 addition & 0 deletions chaika/chrome/content/chaika/settings/abone-manager.xul
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@

<hbox>
<spacer flex="1" />
<button label="削除" class="button-remove" />
<button label="保存" class="button-save" />
</hbox>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ var gReplacementManager = {
this.import();
break;

case 'button-remove':
case 'context-remove':
this.remove();
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<hbox>
<spacer flex="1" />
<button label="削除" class="button-remove" />
<button label="保存" class="button-save" />
</hbox>

Expand Down

0 comments on commit a1dc8be

Please sign in to comment.