Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bgnJ5-0006Xc-Cn for pgadmin-hackers@arkaria.postgresql.org; Mon, 05 Sep 2016 06:22:59 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bgnJ4-0007hP-VT for pgadmin-hackers@arkaria.postgresql.org; Mon, 05 Sep 2016 06:22:59 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bgnJ4-0007fy-79 for pgadmin-hackers@postgresql.org; Mon, 05 Sep 2016 06:22:58 +0000 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bgnJ0-0003wk-Dp for pgadmin-hackers@postgresql.org; Mon, 05 Sep 2016 06:22:57 +0000 Received: by mail-wm0-x231.google.com with SMTP id 1so120046557wmz.1 for ; Sun, 04 Sep 2016 23:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=j/Ck4Qxd9oGM8kXPqKNXB1aubEtnZoeTxgEAfpK6KvU=; b=cByX5WKcp4YIev7yzRfDqZBCTVSOjlGgRA9WqkhZSP5mK+oienCP4x06JdhVtBAEus +pT3TUy6CsbCSqX0sGtPWn8QFlBUtK5YAZS/rkPqNDgje/Fxc928zMLnGF51gJvZOYez 5P+O/fe4Qx52rxosVIewN6AVUsf6Cj1HS8YDUFGxhyRqHll0gAXm0wf/w36eS5flvl+y h0TW2cjdqCRV/xdyo8ZJlA9C09WwioerApTqLUh/PNo8Ry6/zy/nl/bShEtfsNVcqwOa FxFTJCIE+ZUhzkFwfR/bM4/hDqEqDppCO5KgSujYg/EUW4YgdabokwshFBz4tTC9pInw 16uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=j/Ck4Qxd9oGM8kXPqKNXB1aubEtnZoeTxgEAfpK6KvU=; b=SsL6ZFHRGgH5eRfbx1ano6QhRJgS0bB9NBFCxetGpzTRrhtY/5hnGujG/303NKS2aZ s6QItaKTP8YvwA65P2pyKFJyyrFzk2kOWNcAnY8Yxft5XdY6qNt2xI4tQkqu6evw0x9C IIkNp3gzZKpR/J6t1UiBIasImVt4hvAs24qlb5GgdpGYe6QP5YZEFcWz1gywu6nFUimU HN5GuFPxj94AB4rJGN5C9Sb3xyfmseIaq8yljbld1TDUXFF87gg6xparFJlfSEi1z2kC KcHRYRfA04J+30sLzpJ91GLkbX98Qu8h46n1gJ+LkIzhOGW+EJaCKt/15UrxLZA0+Szm +G8Q== X-Gm-Message-State: AE9vXwOEHtJMG5sZ8S2cbXAjSHdvj55xa8+L0o7v2Awj3ku50LwBoR0wFO1hej3O2wHWEkTdKhdtm1mbWXVcxHEi X-Received: by 10.28.46.204 with SMTP id u195mr13009796wmu.57.1473056573525; Sun, 04 Sep 2016 23:22:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.172.198 with HTTP; Sun, 4 Sep 2016 23:22:23 -0700 (PDT) In-Reply-To: References: From: Surinder Kumar Date: Mon, 5 Sep 2016 11:52:23 +0530 Message-ID: Subject: Re: Re: [pgAdmin4][Patch]: Fix for RM#1311 - Toolbar icon shown in italics on Windows To: Dave Page Cc: Khushboo Vashi , pgadmin-hackers Content-Type: multipart/alternative; boundary=001a11423a7acc9c31053bbcb543 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a11423a7acc9c31053bbcb543 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable After clearing cache and refresh resolved the issue.=E2=80=8B On Mon, Sep 5, 2016 at 11:35 AM, Surinder Kumar < surinder.kumar@enterprisedb.com> wrote: > Hi Khushboo, > > While I have been working on a FileManager issue, I found that now > "pgAdmin4 logo" turned into some other icon. > I took latest code by git pull and ran pgAdmin4 in web mode. Is there > something that I missed? > Please find attached screenshot. > > On Fri, Aug 19, 2016 at 3:48 PM, Dave Page wrote: > >> Thanks, applied. >> >> On Fri, Aug 19, 2016 at 10:00 AM, Khushboo Vashi >> wrote: >> > Hi, >> > >> > Re-sending the updated patch with the binary option. >> > >> > Thanks, >> > Khushboo >> > >> > On Fri, Aug 19, 2016 at 12:06 PM, Khushboo Vashi >> > wrote: >> >> >> >> Hi, >> >> >> >> Please find the attached patch to fix the issue RM#1311 : Toolbar ic= on >> >> shown in italics on Windows. >> >> >> >> To fix this issue I have replaced the font-mfizz library with the >> latest >> >> version 2.3 of it. >> >> >> >> Thanks, >> >> Khushboo >> >> >> >> >> > >> > >> > >> > -- >> > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> > To make changes to your subscription: >> > http://www.postgresql.org/mailpref/pgadmin-hackers >> > >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> >> >> -- >> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> To make changes to your subscription: >> http://www.postgresql.org/mailpref/pgadmin-hackers >> > > --001a11423a7acc9c31053bbcb543 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Aft= er clearing cache and refresh resolved the issue.=E2=80=8B

On Mon, Sep 5, 2016 at= 11:35 AM, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
Hi Khushboo,=C2=A0

While I have been working on = a FileManager issue, I found that now "pgAdmin4 logo" turned into= some other icon.
I took latest code by git pull and ran pgAdmin4 in web mode. Is there so= mething that I missed?
Please find attached screenshot.
<= div class=3D"h5">

= On Fri, Aug 19, 2016 at 3:48 PM, Dave Page <dpage@pgadmin.org> wrote:
Thanks, applied.

On Fri, Aug 19, 2016 at 10:00 AM, Khushboo Vashi
<khushboo.vashi@enterprisedb.com> wrote:
> Hi,
>
> Re-sending the updated patch with the binary option.
>
> Thanks,
> Khushboo
>
> On Fri, Aug 19, 2016 at 12:06 PM, Khushboo Vashi
> <khushboo.vashi@enterprisedb.com> wrote:
>>
>> Hi,
>>
>> Please find the attached patch to fix the issue RM#1311 :=C2=A0 To= olbar icon
>> shown in italics on Windows.
>>
>> To fix this issue I have replaced the font-mfizz library with the = latest
>> version 2.3 of it.
>>
>> Thanks,
>> Khushboo
>>
>>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
>
http://www.postgresql.org/mailpref/pgadm= in-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-ha= ckers


--001a11423a7acc9c31053bbcb543--