[pkg-otr-team] [irssi-plugin-otr] 57/167: * gtk-ui.c: Specify that the OTR button shows up in the toolbar now.

Holger Levsen holger at moszumanska.debian.org
Mon Mar 3 21:55:32 UTC 2014


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

holger pushed a commit to tag 4.0.0
in repository irssi-plugin-otr.

commit a1533bf9ea017c9143f167f15eb243582bec7c35
Author: cypherpunk <cypherpunk>
Date:   Thu May 29 14:03:49 2008 +0000

    	* gtk-ui.c: Specify that the OTR button shows up in the toolbar
    	now.
---
 ChangeLog | 7 +++++--
 gtk-ui.c  | 5 +++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3b73061..026595a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
 2008-05-30
 
 	* gtk-dialog.c: The new toolbar OTR button now uses the standard
-	OTR menu
+	OTR menu.
 
 	* gtk-dialog.c: The buddy and status items in the OTR menu are
-	no longer selectable
+	no longer selectable.
+
+	* gtk-ui.c: Specify that the OTR button shows up in the toolbar
+	now.
 
 2008-05-29
 
diff --git a/gtk-ui.c b/gtk-ui.c
index 27c6359..46b2990 100644
--- a/gtk-ui.c
+++ b/gtk-ui.c
@@ -450,7 +450,12 @@ static void otroptions_clicked_cb(GtkButton *button,
 static void create_otroptions_buttons(struct otroptionsdata *oo,
 	GtkWidget *vbox)
 {
+#ifdef OLD_OTR_BUTTON
     oo->showotrbutton = gtk_check_button_new_with_label(_("Show OTR button"));
+#else
+    oo->showotrbutton = gtk_check_button_new_with_label(
+	    _("Show OTR button in toolbar"));
+#endif
 
     gtk_box_pack_start(GTK_BOX(vbox), oo->showotrbutton, FALSE, FALSE, 0);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-otr/packages/irssi-plugin-otr.git



More information about the Pkg-otr-team mailing list